forked from jan/cacert-devsetup
WIP: devsetup
This commit is contained in:
parent
e8bf83b231
commit
7ee3ddd998
1 changed files with 1 additions and 2 deletions
|
@ -133,8 +133,7 @@ if [ ! -f root/ca.crt.pem ]; then
|
|||
openssl req -new -x509 -config ca.cnf \
|
||||
-keyout root/private/ca.key.pem \
|
||||
-nodes \
|
||||
-subj "/CN=Test Root/C=${COUNTRY_CODE}/O=${ORGANIZATION}" \
|
||||
-days 3650 \
|
||||
-subj "/C=${COUNTRY_CODE}/O=${ORGANIZATION}/CN=Test Root" \
|
||||
-extensions root_extensions \
|
||||
-out root/ca.crt.pem
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue