This commit is contained in:
Dhaverd 2025-01-19 21:27:19 +08:00
parent 80156574dd
commit 7ac2b47822
2 changed files with 16 additions and 0 deletions

13
Linux/certbot_nginx.md Normal file
View File

@ -0,0 +1,13 @@
# Certbot renew certificate
## touch nginx config
```
sudo certbot --nginx
```
## certificate only
```
sudo certbot certonly --nginx
```

View File

@ -4,6 +4,9 @@ This is a repository with useful snippets of various kinds of code
## Structure
- [Linux](./src/branch/master/Linux/)
- - [certbot_nginx](./src/branch/master/Linux/certbot_nginx.md)
- [MySQL](./src/branch/master/MySQL)
- - [all_foreign_keys_to_table_or_column](./src/branch/master/MySQL/all_foreign_keys_to_table_or_column.md)
- - [identify_lock](./src/branch/master/MySQL/identify_lock.md)