gecko-dev/build/pgo/certs
Tim Taubert 91a23b2116 Bug 1421723 - Allow localhost as appId for U2F r=jcj
Reviewers: jcj

Reviewed By: jcj

Bug #: 1421723

Differential Revision: https://phabricator.services.mozilla.com/D321
2017-12-06 16:28:20 +01:00
..
README Bug 1346405 - Update build/pgo/certs/README so instructions are current and applicable cross-platform r=ted 2017-03-10 14:06:49 -08:00
alternateroot.ca
cert8.db Bug 1421723 - Allow localhost as appId for U2F r=jcj 2017-12-06 16:28:20 +01:00
evintermediate.ca
jartests-object.ca
key3.db Bug 1421723 - Allow localhost as appId for U2F r=jcj 2017-12-06 16:28:20 +01:00
mochitest.client
pgoca.ca
pgoca.p12
secmod.db
symantecRoot.ca Bug 1409259 - Add browser console test for the distrust console message r=keeler,ttaubert 2017-11-01 20:59:33 -07:00

README

The certificate authority and server certificates here are generated by $topsrcdir/build/pgo/genpgocert.py.

You can generate a new CA cert by running:
./mach python build/pgo/genpgocert.py --gen-ca

You can generate new server certificates by running:
./mach python build/pgo/genpgocert.py --gen-server

These commands will modify cert8.db and key3.db. The changes to these should be committed.