Commit 08772e
2024-12-17 19:28:59 Steven Anderson: initial acme.sh| /dev/null .. ScriptFu/certificates/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 |