nginx notes
This commit is contained in:
parent
b2ea104e96
commit
8a4896b971
@ -93,7 +93,9 @@ apt install python3-certbot-nginx
|
|||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
certbot --nginx -d *mysite.tk* --non-interactive --agree-tos -m *webmaster@email.tld*
|
domain=example.com
|
||||||
|
my_email=me@posteo.uk
|
||||||
|
certbot --nginx -d "$domain" --non-interactive --agree-tos -m "$my_email"
|
||||||
```
|
```
|
||||||
|
|
||||||
When you are asked about redirecting from HTTP to HTTPS, say yes (option "2").
|
When you are asked about redirecting from HTTP to HTTPS, say yes (option "2").
|
||||||
|
Loading…
Reference in New Issue
Block a user