certbot
This commit is contained in:
parent
a0f7751aa3
commit
4c3c9a11a2
|
@ -0,0 +1,13 @@
|
||||||
|
# Certbot renew certificate
|
||||||
|
|
||||||
|
## touch nginx config
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo certbot --nginx
|
||||||
|
```
|
||||||
|
|
||||||
|
## certificate only
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo certbot certonly --nginx
|
||||||
|
```
|
|
@ -4,6 +4,8 @@ This is a repository with useful snippets of various kinds of code
|
||||||
|
|
||||||
## Structure
|
## Structure
|
||||||
|
|
||||||
|
- [Linux](./Linux/)
|
||||||
|
- - [certbot_nginx](./Linux/certbot_nginx.md)
|
||||||
- [MySQL](./MySQL/)
|
- [MySQL](./MySQL/)
|
||||||
- - [all_foreign_keys_to_table_or_column](./MySQL/all_foreign_keys_to_table_or_column.md)
|
- - [all_foreign_keys_to_table_or_column](./MySQL/all_foreign_keys_to_table_or_column.md)
|
||||||
- - [identify_lock](./MySQL/identify_lock.md)
|
- - [identify_lock](./MySQL/identify_lock.md)
|
Loading…
Reference in New Issue