Mod ssl: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
(Created page with 'category:server * http://www.verisign.com/support/tlc/csr/modssl/v00.html * http://www.rapidssl.com/ssl-certificate-support/generate-csr/Apache2.htm ** "/apacheserverroot/con...')
 
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[category:server]]
[[category:Software]]
 
==How to generate CSR==
* https://search.thawte.com/support/ssl-digital-certificates/index?page=content&id=SO2614
 
== Self signed ==
* http://www.akadia.com/services/ssh_test_certificate.html
 
==Path for storing==
* http://www.verisign.com/support/tlc/csr/modssl/v00.html
* http://www.verisign.com/support/tlc/csr/modssl/v00.html
* http://www.rapidssl.com/ssl-certificate-support/generate-csr/Apache2.htm
* http://www.rapidssl.com/ssl-certificate-support/generate-csr/Apache2.htm
** "/apacheserverroot/conf/ssl.key (ssl.key is the default key directory.)"
** "/apacheserverroot/conf/ssl.key (ssl.key is the default key directory.)"
* http://www.verisign.com/support/tlc/csr/ssleay/v01.html
** "/usr/local/ssl/private"
* http://httpd.apache.org/docs/2.2/mod/mod_ssl.html
** SSLCACertificateFile /usr/local/apache2/conf/ssl.crt/ca-bundle-client.crt
** SSLCertificateKeyFile /usr/local/apache2/conf/ssl.key/server.key
* http://www.debian-administration.org/article/Setting_up_an_SSL_server_with_Apache2
** /etc/apache2/ssl/apache.pem
* http://www.freebsd.org/doc/en/books/handbook/openssl.html
** /etc/certs
* http://www.google.com/search?hl=en&q=%22usr+share+ca-certificates%22

Latest revision as of 2013-06-10T00:45:04