This is a discussion on Re: Automatic PEM entry within the Apache Web Server forums, part of the Web Server and Related Forums category; "Michael Fletcher" <mikelolita@yahoo.com> escribió en el mensaje news:QPeVa.17974$v9.2995@nwrddc01.gnilink....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
"Michael Fletcher" <mikelolita@yahoo.com> escribió en el mensaje
news:QPeVa.17974$v9.2995@nwrddc01.gnilink.net... > Apache 1.3.19 SSL > AIX 4.3 > > Does anyone know a way to have the PEM entered automatically if I try to > start Apache SSL during a system reboot? I understand you have an encrypted (i.e., password-protected) key. You should probable generate an unencrypted version of your key: openssl rsa -in encrypted.key -out unencrypted.key It shouldn't affect your certificate but please backup everything and accept the usual disclaimers ;-) |