Letsencrypt: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Signux (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Signux (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 4: | Zeile 4: | ||
git clone https://github.com/certbot/certbot | git clone https://github.com/certbot/certbot | ||
cd certbot | cd certbot | ||
./certbot-auto certonly --standalone --rsa-key-size 4096 -d <domain> | sudo /etc/init.d/apache2 stop | ||
sudo ./certbot-auto certonly --standalone --rsa-key-size 4096 -d <domain> --debug | |||
sudo /etc/init.d/apache2 start | |||
</pre> | </pre> | ||
Version vom 26. September 2016, 17:24 Uhr
Zertifikate erneuern auf server...
certbot certonly
git clone https://github.com/certbot/certbot cd certbot sudo /etc/init.d/apache2 stop sudo ./certbot-auto certonly --standalone --rsa-key-size 4096 -d <domain> --debug sudo /etc/init.d/apache2 start