13 lines
152 B
Markdown
13 lines
152 B
Markdown
|
|
# Certbot renew certificate
|
||
|
|
|
||
|
|
## touch nginx config
|
||
|
|
|
||
|
|
```
|
||
|
|
sudo certbot --nginx
|
||
|
|
```
|
||
|
|
|
||
|
|
## certificate only
|
||
|
|
|
||
|
|
```
|
||
|
|
sudo certbot certonly --nginx
|
||
|
|
```
|