Hi All, I have some issues with ssl certs, i am generating the certs with the following commands and putting the certs file in apache conf directory.
When i browse for https i get certification error. Could any one guide me on this. ./openssl req -new > new.cert.csr ./openssl rsa -in privkey.pem -out new.cert.key ./openssl x509 -in new.cert.csr -out new.cert.cert \ -req -signkey new.cert.key -days 999 cp new.cert.key /usr/local/apache/conf/server.key cp new.cert.cert /usr/local/apache/conf/server.crt Thanks in advance. Kirthi
