Changed hash algorithm to md5 so an Cisco IOS 12.3-image can import CA certificate.
FossilOrigin-Name: 302c85e722217a7f8e291c8f75c7ab0979adfa13c83dc33b00c6cbdd5f1d7e97
This commit is contained in:
parent
34bf503e7a
commit
f53022753f
@ -6,7 +6,7 @@ echo '1000' > serial
|
||||
touch index.txt
|
||||
|
||||
echo Creating Root CA
|
||||
openssl genrsa -des3 -out root-ca.key 2048
|
||||
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
|
||||
|
||||
echo Creating AC Req
|
||||
|
Loading…
Reference in New Issue
Block a user