Linux/Docker/Letsencrypt: Difference between revisions
(Die Seite wurde neu angelegt: „ Category:Linux/Docker Category:Linux“) |
No edit summary |
||
Line 1: | Line 1: | ||
== Old Setup == | |||
<pre> | |||
certbot certonly --agree-tos --email email@aol.com --non-interactive --webroot --webroot-path --domains DOMAINS (--dry-run) | |||
</pre> | |||
[[Category:Linux/Docker]] | [[Category:Linux/Docker]] | ||
[[Category:Linux]] | [[Category:Linux]] |
Revision as of 16:44, 26 March 2020
Old Setup
certbot certonly --agree-tos --email email@aol.com --non-interactive --webroot --webroot-path --domains DOMAINS (--dry-run)