# openssl genrsa -des3 -out server.key 1024Give a very lengthy key, and save it somewhere in a PGP file or TrueCrypt volume
# openssl rsa -in server.key -out server.key.unsecure
# openssl req -new -key server.key -out server.csrAttention enter the host from where the certificate will be use, since browser are matching content of certificate with host url.
# openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
# cp server.key.unsecure /etc/httpd/ssl.key/server.key
# cp server.crt /etc/httpd/ssl.crt/server.crt
# chmod 400 /etc/httpd/ssl.key/server.key
# chmod 400 /etc/httpd/ssl.crt/server.crt
| Brutal | Graceful |
|
|
Privacy Statement | Copyright Notice | Licenses
© 1999-2012 Waltercedric.com. Designed by Cédric Walter. Sitemap
Reproduction without explicit permission is prohibited. All Rights Reserved. All photos remain copyright © their rightful owners. No copyright infringement is intended.
Disclaimer: The editor(s) reserve the right to edit any comments that are found to be abusive, offensive, contain profanity, serves as spam, is largely self-promotional, or displaying attempts to harbour irrelevant text links for any purpose.