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

spicer

  • Jr. Member
  • **
  • Posts: 50
    • 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 »
Wenn es mehrere Möglichkeiten gibt, eine Aufgabe zu erledigen, und eine davon in einer Katastrophe endet oder sonstwie unerwünschte Konsequenzen nach sich zieht, dann wird es jemand genau so machen. Alles, was schiefgehen kann, wird auch schiefgehen.
(Murphys Gesetz)