зеркало из https://github.com/mozilla/gecko-dev.git
7f0b6eecd8
Differential Revision: https://phabricator.services.mozilla.com/D51444 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
README | ||
alternateroot.ca | ||
alternateroot.ca.keyspec | ||
alternateroot.certspec | ||
bug413909cert.certspec | ||
cert9.db | ||
dynamicPinningBad.certspec | ||
dynamicPinningBad.server.keyspec | ||
dynamicPinningGood.certspec | ||
escapeattack1.certspec | ||
evintermediate.ca | ||
evintermediate.ca.keyspec | ||
evintermediate.certspec | ||
expired.certspec | ||
imminently_distrusted.certspec | ||
key4.db | ||
mochitest.certspec | ||
mochitest.client | ||
mochitest.client.keyspec | ||
noSubjectAltName.certspec | ||
pgoca.ca | ||
pgoca.ca.keyspec | ||
pgoca.certspec | ||
selfsigned.certspec | ||
sha1_end_entity.certspec | ||
sha256_end_entity.certspec | ||
staticPinningBad.certspec | ||
staticPinningBad.server.keyspec | ||
unknown_ca.certspec | ||
untrusted.certspec | ||
untrustedandexpired.certspec |
README
This directory contains CA and server certificates for testing. You can find instructions on how to add or modify certificates at: https://firefox-source-docs.mozilla.org/build/buildsystem/test_certificates.html Specific notes for certs: dynamicPinningGood: Changing this keyspec will require changing browser/base/content/test/general/pinning_headers.sjs . You can obtain a new valid pin via: certutil -L -d . -n dynamicPinningGood -r | openssl x509 -inform der -pubkey \ -noout | openssl pkey -pubin -outform der | openssl dgst -sha256 -binary \ | openssl enc -base64