SSL Zertifikat mit LetsEncrypt (Linux)
Zur Navigation springen
Zur Suche springen
Noch in Bearbeitung
Cerbot Client
sudo mkdir /opt/certbot cd /opt/certbot sudo wget https://dl.eff.org/certbot-auto sudo chmod a+x certbot-auto sudo ./certbot-auto
sudo /opt/certbot/certbot-auto --apache certonly
sudo /opt/certbot/certbot-auto renew --dry-run
Links
https://certbot.eff.org/docs/using.html#where-are-my-certificates
Zurück zu Ubuntu