1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/build/pgo/certs/README Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +The certificate authority and server certificates here are generated by $topsrcdir/build/pgo/genpgocert.py. 1.5 + 1.6 +You can generate a new CA cert by running: 1.7 +$objdir/_virtualenv/bin/python $topsrcdir/build/pgo/genpgocert.py --gen-ca 1.8 + 1.9 +You can generate new server certificates by running: 1.10 +$objdir/_virtualenv/bin/python $topsrcdir/build/pgo/genpgocert.py --gen-server 1.11 + 1.12 +These will place the new files in this directory where you can commit them.