diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-14 22:57:31 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-14 22:57:31 +0800 |
commit | 75689d79e430a775966e74ec71dd1abdadfde11b (patch) | |
tree | 9c0df71af06ef69cc68995ee5dc73ead683e412a /www/content/notes | |
parent | 1da07b0b4a337342cc48627d9af78e7fd20a45cf (diff) | |
download | crupest-75689d79e430a775966e74ec71dd1abdadfde11b.tar.gz crupest-75689d79e430a775966e74ec71dd1abdadfde11b.tar.bz2 crupest-75689d79e430a775966e74ec71dd1abdadfde11b.zip |
Diffstat (limited to 'www/content/notes')
-rw-r--r-- | www/content/notes/cheat-sheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/notes/cheat-sheet.md b/www/content/notes/cheat-sheet.md index 9f90f08..2f30140 100644 --- a/www/content/notes/cheat-sheet.md +++ b/www/content/notes/cheat-sheet.md @@ -41,7 +41,7 @@ docker run -it --rm -v "./data/git/user-info:/user-info" httpd htpasswd /user-in A complete command is `[prefix] [docker (based on challenge kind)] [command] [challenge] [domains] [test] [misc]` | part | for | segment | -| --- | --- | --- | +| :-: | :-: | --- | | prefix | * | `docker run -it --rm --name certbot -v "./data/certbot/certs:/etc/letsencrypt" -v "./data/certbot/data:/var/lib/letsencrypt"` | | docker | challenge standalone | `-p "0.0.0.0:80:80"` | | docker | challenge nginx | `-v "./data/certbot/webroot:/var/www/certbot"` | |