fix bug in openssl setup.

This commit is contained in:
Jeremy Wall 2020-03-03 12:07:57 -06:00
parent 6943e02ec2
commit 5bd3e0a89c

View File

@ -30,7 +30,7 @@ touch ~/.hgauth
rm -f ~/restore.sh
# setup my hg cacerts
openssl req -new -x509
openssl req -new -x509 \
-nodes \
-extensions v3_ca \
-keyout /dev/null \