gecko-dev/build/pgo/certs
Dorel Luca b9074d53a1 Backed out 4 changesets (bug 1584479) for Browser-chrome failures in toolkit/components/antitracking/test/browser/browser_socialtracking.js
Backed out changeset b0d9877bd8b0 (bug 1584479)
Backed out changeset d2c56bd61b08 (bug 1584479)
Backed out changeset 0edb22786545 (bug 1584479)
Backed out changeset 7e03b392edb3 (bug 1584479)
2019-11-02 01:18:42 +02:00
..
alternateroot.ca
alternateroot.ca.keyspec
alternateroot.certspec
bug413909cert.certspec
cert9.db Backed out 4 changesets (bug 1584479) for Browser-chrome failures in toolkit/components/antitracking/test/browser/browser_socialtracking.js 2019-11-02 01:18:42 +02:00
dynamicPinningBad.certspec
dynamicPinningBad.server.keyspec
dynamicPinningGood.certspec
escapeattack1.certspec
evintermediate.ca
evintermediate.ca.keyspec
evintermediate.certspec
expired.certspec
imminently_distrusted.certspec
key4.db Backed out 4 changesets (bug 1584479) for Browser-chrome failures in toolkit/components/antitracking/test/browser/browser_socialtracking.js 2019-11-02 01:18:42 +02:00
mochitest.certspec
mochitest.client Backed out 4 changesets (bug 1584479) for Browser-chrome failures in toolkit/components/antitracking/test/browser/browser_socialtracking.js 2019-11-02 01:18:42 +02:00
mochitest.client.keyspec
noSubjectAltName.certspec Bug 1483626 - Checks if subjectAltNames has elements that are not empty string, and if it has them, they will be remove, preventing incomplete r=johannh 2019-03-14 15:45:55 +00:00
pgoca.ca
pgoca.ca.keyspec
pgoca.certspec
README Bug 1456089 - Make a tutorial out of the genpgocerts.py README. r=jcj 2019-02-25 21:06:41 +00:00
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