SSL Certificates

SSL Certs, SSL Certificate, SSL Certificates

Securing Your Online Business

Linux Redhat

This is required whenever a change is made to the apache config file.

To start Apache on Linux 7.0 or higher

[root@ecslinux root]# apachectl start
Apache/1.3.20 mod_ssl/2.8.5 (Pass Phrase Dialogue)
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 www.mysite.com:443 (RSA)
Enter pass phrase:

OK: Pass Phrase Dialog successfull
/usr/sbin/apachectl start: httpd started

To Stop Apache on Linux 7.0 or higher

[root@ecslinux root]# apachectl stop