Author Topic: Howto: Activate signed ssl certificate  (Read 2165 times)

spicer

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
    • ltspiceusers.ch
Howto: Activate signed ssl certificate
« on: October 16, 2019, 03:53:39 pm »
I buy a cheap Comodo cert from sslpoint.com
All subsequent commands are executed as root. otherwise use sudo.

service apache2 stop
/etc/ssl/private/server.key   #here the content of private key (you will receive this during the purchase)
/etc/ssl/certs/server.crt   #here the content of www_yourDomain_com.crt file
service apache2 start

If not done before, then now "go to your domain" > "options" > "Fix apache Configuration without ssl"
If you install certbot earlier, crontab -e and delete the update job (and apt-get purge certbot).

Have fun ^^
« Last Edit: October 16, 2019, 09:39:12 pm by spicer »
Translator for german EHCPforce