Changed hash algorithm to md5 so an Cisco IOS 12.3-image can import CA certificate.

FossilOrigin-Name: 302c85e722217a7f8e291c8f75c7ab0979adfa13c83dc33b00c6cbdd5f1d7e97
This commit is contained in:
7u83@mail.ru 2014-08-10 10:19:29 +00:00
parent 34bf503e7a
commit f53022753f
1 changed files with 1 additions and 1 deletions

View File

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