Played around with different startdate and enddate.
FossilOrigin-Name: 7ccc7cfd165a1324a8b41bab7593c4641f7ee7da460eb1efe9b93ac878a43c75
This commit is contained in:
parent
f09c1389ef
commit
19b49aa95f
@ -6,7 +6,8 @@ touch index.txt
|
|||||||
|
|
||||||
echo Creating AC Req
|
echo Creating AC Req
|
||||||
openssl req -newkey rsa:1024 -keyout ac.key -config openssl.cnf -out ac.req
|
openssl req -newkey rsa:1024 -keyout ac.key -config openssl.cnf -out ac.req
|
||||||
openssl ca -config openssl.cnf -out ac.crt -infiles ac.req
|
#openssl ca -startdate 700101000000 -enddate 300101000000 -config openssl.cnf -out ac.crt -infiles ac.req
|
||||||
|
openssl ca -config openssl.cnf -out ac.crt -infiles ac.req
|
||||||
|
|
||||||
echo Creating Wtp Cert
|
echo Creating Wtp Cert
|
||||||
openssl req -newkey rsa:1024 -keyout wtp.key -config openssl.cnf -out wtp.req
|
openssl req -newkey rsa:1024 -keyout wtp.key -config openssl.cnf -out wtp.req
|
||||||
|
Loading…
Reference in New Issue
Block a user