Linux

Installation Apache - SSL

Om webbplatsen är live kan du installera Certbot för gratis SSL-certifikat:

sudo apt install certbot python3-certbot-apache -y

Kör Certbot:

sudo certbot --apache

Följ anvisningarna för att aktivera HTTPS.

Kontrollera Apache-status

sudo systemctl status apache2