Increased lieftime so we can build certificates starting on jan 1970.
FossilOrigin-Name: 19d66ea2cdd069313448d7ca3029331e70c577925a71aeb20e49a060e486b890
This commit is contained in:
parent
19b49aa95f
commit
4d8643be77
@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
echo Creating Root CA
|
||||
openssl genrsa -des3 -out root-ca.key 1536 -config openssl.cnf
|
||||
openssl req -new -x509 -days 3650 -key root-ca.key -out root-ca.crt -config openssl.cnf
|
||||
openssl req -new -x509 -days 33650 -key root-ca.key -out root-ca.crt -config openssl.cnf
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user