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 \
|
openssl req -new -x509 -config ca.cnf \
|
||||||
-keyout root/private/ca.key.pem \
|
-keyout root/private/ca.key.pem \
|
||||||
-nodes \
|
-nodes \
|
||||||
-subj "/CN=Test Root/C=${COUNTRY_CODE}/O=${ORGANIZATION}" \
|
-subj "/C=${COUNTRY_CODE}/O=${ORGANIZATION}/CN=Test Root" \
|
||||||
-days 3650 \
|
|
||||||
-extensions root_extensions \
|
-extensions root_extensions \
|
||||||
-out root/ca.crt.pem
|
-out root/ca.crt.pem
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue