diff --git a/docs/manual/ssl/ssl_faq.xml b/docs/manual/ssl/ssl_faq.xml index 99c6fb3fc2..4e9ccc195f 100644 --- a/docs/manual/ssl/ssl_faq.xml +++ b/docs/manual/ssl/ssl_faq.xml @@ -347,7 +347,7 @@ SSLCertificateKeyFile /path/to/this/server.key
The short answer is to use the CA.sh or CA.pl
script provided by OpenSSL. Unless you have a good reason not to,
you should use these for preference. If you cannot, you can create a
- self-signed Certificate as follows:
$ openssl req -new -x509 -nodes -sha1 -days 365
- -key server.key -out server.crtserver.crt file.You simply have to read it with the old pass-phrase and write it again, - specifying the new pass-phrase. You can accomplish this with the following - commands:
+ specifying the new pass-phrase. You can accomplish this with the following commands:$ openssl rsa -des3 -in server.key -out server.key.new