Letsencrpyt Ubuntu 16.04: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „=Install= *sudo apt-get update *sudo apt-get install software-properties-common *sudo add-apt-repository ppa:certbot/certbot *sudo apt-get update *sudo apt-get…“) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 5: | Zeile 5: | ||
*sudo apt-get update | *sudo apt-get update | ||
*sudo apt-get install python-certbot-apache | *sudo apt-get install python-certbot-apache | ||
| + | =Get the cert= | ||
| + | *sudo certbot --apache certonly | ||
Version vom 24. Oktober 2017, 10:03 Uhr
Install
- sudo apt-get update
- sudo apt-get install software-properties-common
- sudo add-apt-repository ppa:certbot/certbot
- sudo apt-get update
- sudo apt-get install python-certbot-apache
Get the cert
- sudo certbot --apache certonly