gecko-dev/build/pgo/certs
Nihanth Subramanya 7f0b6eecd8 Bug 1584479 - Part 2: Update socialtracking test. r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D51444

--HG--
extra : moz-landing-system : lando
2019-11-02 09:53:51 +00:00
..
alternateroot.ca
alternateroot.ca.keyspec
alternateroot.certspec
bug413909cert.certspec
cert9.db Bug 1584479 - Part 2: Update socialtracking test. r=Ehsan 2019-11-02 09:53:51 +00:00
dynamicPinningBad.certspec
dynamicPinningBad.server.keyspec
dynamicPinningGood.certspec
escapeattack1.certspec
evintermediate.ca
evintermediate.ca.keyspec
evintermediate.certspec
expired.certspec
imminently_distrusted.certspec
key4.db Bug 1584479 - Part 2: Update socialtracking test. r=Ehsan 2019-11-02 09:53:51 +00:00
mochitest.certspec
mochitest.client Bug 1584479 - Part 2: Update socialtracking test. r=Ehsan 2019-11-02 09:53:51 +00:00
mochitest.client.keyspec
noSubjectAltName.certspec
pgoca.ca
pgoca.ca.keyspec
pgoca.certspec
README
selfsigned.certspec
sha1_end_entity.certspec
sha256_end_entity.certspec
staticPinningBad.certspec
staticPinningBad.server.keyspec
unknown_ca.certspec
untrusted.certspec
untrustedandexpired.certspec

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