...
Code Block |
---|
$ /etc/init.d/apache2 restart # Finally restart apache
or
$ service httpd restart
|
Redhat
As with Debian, except some things are done differently, see here.
...
Optionally this can be packaged into a web browser friendly pkcs-12 file along with the server certificate:
No Format |
---|
openssl pkcs12 -export -in browser.crt -inkey browser.key -out browser.p12 -certfile /path/to/server.crt
|
...