Commit b67879
2024-12-17 19:10:44 Steven Anderson: initial acme.sh/dev/null .. letsencrypt/acmesh.md | |
@@ 0,0 1,18 @@ | |
+ | # Acmesh |
+ | |
+ | Configs and certs can be found in `~/.acme.sh/` |
+ | |
+ | #### upgrade acme.sh |
+ | acme.sh --upgrade |
+ | |
+ | #### issue first certificate using he dns |
+ | acme.sh --issue -d abnml.com -d '*.abnml.com' --dns dns_he --server letsencrypt |
+ | |
+ | #### install cronjob |
+ | acme.sh --install-cronjob |
+ | |
+ | #### list certs and dates |
+ | acme.sh --list |
+ | |
+ | #### set [notifications](https://github.com/acmesh-official/acme.sh/wiki/notify) |
+ | acme.sh --set-notify --notify-hook mailgun --notify-level 2 --notify-mode 0 |