I reconfiged the httpd file with: <VirtualHost 192.168.0.1:443> # use SSL with default configuration SSLEnable SSLCertificateFile /usr/local/OpenCA/var/crypto/cacerts/cacert.crt SSLCertificateKeyFile /usr/local/OpenCA/var/crypto/keys/cakey.pem SSLVerifyClient 0 SSLVerifyDepth 10 SSLLogFile /usr/local/apache/logs/SSL_log </VirtualHost>
Then i go to command line and typing: [EMAIL PROTECTED] bin]# ./apachectl startssl Apache/1.3.36 mod_ssl/2.8.27 (Pass Phrase Dialog) Some of your private key files are encrypted for security reasons. In order to read them you have to provide us with the pass phrases. Server test.com:443 (RSA) Enter pass phrase: But I entered pass phrase invalid, because I don't know "pass phrase" created from where? and how to generate that file? Then can you help me re-create the cacert.crt and cakey.pem file? how to create? thanks for your help. -- View this message in context: http://www.nabble.com/How-to-run-apache-ssl-for-openca--tf2002737.html#a5500247 Sent from the openca-users forum at Nabble.com. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
