Changed days to days/10
FossilOrigin-Name: f3e5531615f44c27f85ae218462f9b11c387bef255abedf38f9c52fd9e80a400
This commit is contained in:
parent
d3dd53805f
commit
ad34954787
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
echo Creating Root CA
|
||||
openssl genrsa -des3 -out root-ca.key 1536 -config openssl.cnf
|
||||
openssl req -new -x509 -days 33650 -key root-ca.key -out root-ca.crt -config openssl.cnf
|
||||
openssl req -new -x509 -days 3365 -key root-ca.key -out root-ca.crt -config openssl.cnf
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user