A word of warning, this was done to satisfy
some test data. In fact you shouldn’t be doing this
at all…you should create a new private key.. The only reason to preserve the old
private key is if there is something out there signed with it and if this is
the root CA and its public cert has expired you really shouldn’t allow
anything out there to remain valid anyway. By issuing a new cert with the old
key you are actually allowing old certificates possibly to validate… From: John Francis
[mailto:[EMAIL PROTECTED] openssl req -new -x509 -key
F:\MyCAs\MyRootCA\private\cakey.pem -keyform PEM -out cacert2.pem -outform PEM seems to work… |
- RE: Refreshing a self signed root certificate John Francis
- RE: Refreshing a self signed root certificate David Schwartz
- Re: Refreshing a self signed root certificate Victor Duchovni