Letsencrypt: Unterschied zwischen den Versionen

Aus WIKI
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „<pre> git clone https://github.com/certbot/certbot cd certbot </pre>“)
 
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:
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>
</pre>
</pre>

Version vom 28. Juli 2016, 19:34 Uhr

git clone https://github.com/certbot/certbot
cd certbot
./certbot-auto certonly --standalone --rsa-key-size 4096 -d <domain>