Changed days to days/10

FossilOrigin-Name: f3e5531615f44c27f85ae218462f9b11c387bef255abedf38f9c52fd9e80a400
This commit is contained in:
7u83@mail.ru 2015-01-03 21:18:01 +00:00
parent d3dd53805f
commit ad34954787
1 changed files with 1 additions and 1 deletions

View File

@ -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