meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| sw:certbot [2020/07/02 19:43] – niziak | sw:certbot [2020/07/10 13:11] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== certbot ====== | + | ====== certbot |
| - | letsencrypt | + | |
| Debian Buster has old '' | Debian Buster has old '' | ||
| Line 10: | Line 10: | ||
| ===== obtain wildcard cert ===== | ===== obtain wildcard cert ===== | ||
| + | |||
| <code bash> | <code bash> | ||
| + | # First obtain normal domain certificate | ||
| + | certbot -d ' | ||
| + | |||
| + | # Then obtain again with wildcard. It will ask to Expand existing cert. | ||
| certbot -d ' | certbot -d ' | ||
| </ | </ | ||
| Line 16: | Line 21: | ||
| ==== using manual and DNS ==== | ==== using manual and DNS ==== | ||
| <code bash> | <code bash> | ||
| - | certbot | + | certbot certonly --manual -d ' |
| </ | </ | ||