mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
6437406700
--HG-- rename : build/pgo/genpgocert.py.in => build/pgo/genpgocert.py
10 lines
437 B
Plaintext
10 lines
437 B
Plaintext
The certificate authority and server certificates here are generated by $topsrcdir/build/pgo/genpgocert.py.
|
|
|
|
You can generate a new CA cert by running:
|
|
$objdir/_virtualenv/bin/python $topsrcdir/build/pgo/genpgocert.py --gen-ca
|
|
|
|
You can generate new server certificates by running:
|
|
$objdir/_virtualenv/bin/python $topsrcdir/build/pgo/genpgocert.py --gen-server
|
|
|
|
These will place the new files in this directory where you can commit them.
|