From 4c3c9a11a2d9e0f04e946ab3111db8999f14567c Mon Sep 17 00:00:00 2001 From: Dhaverd Date: Sun, 19 Jan 2025 21:31:39 +0800 Subject: [PATCH] certbot --- Linux/certbot_nginx.md | 13 +++++++++++++ Readme.md | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 Linux/certbot_nginx.md diff --git a/Linux/certbot_nginx.md b/Linux/certbot_nginx.md new file mode 100644 index 0000000..ee09331 --- /dev/null +++ b/Linux/certbot_nginx.md @@ -0,0 +1,13 @@ +# Certbot renew certificate + +## touch nginx config + +``` +sudo certbot --nginx +``` + +## certificate only + +``` +sudo certbot certonly --nginx +``` \ No newline at end of file diff --git a/Readme.md b/Readme.md index ff23000..4420b8c 100644 --- a/Readme.md +++ b/Readme.md @@ -4,6 +4,8 @@ This is a repository with useful snippets of various kinds of code ## Structure +- [Linux](./Linux/) +- - [certbot_nginx](./Linux/certbot_nginx.md) - [MySQL](./MySQL/) - - [all_foreign_keys_to_table_or_column](./MySQL/all_foreign_keys_to_table_or_column.md) - - [identify_lock](./MySQL/identify_lock.md) \ No newline at end of file