Blame
| 08772e | Steven Anderson | 2024-12-17 19:28:59 | 1 | # acmesh |
| 2 | ||||
| 3 | Configs and certs can be found in `~/.acme.sh/` |
|||
| 4 | ||||
| 5 | #### upgrade acme.sh |
|||
| 6 | acme.sh --upgrade |
|||
| 7 | ||||
| 8 | #### issue first certificate using he dns |
|||
| 9 | acme.sh --issue -d abnml.com -d '*.abnml.com' --dns dns_he --server letsencrypt |
|||
| 10 | ||||
| 11 | #### install cronjob |
|||
| 12 | acme.sh --install-cronjob |
|||
| 13 | ||||
| 14 | #### list certs and dates |
|||
| 15 | acme.sh --list |
|||
| 16 | ||||
| 17 | #### set [notifications](https://github.com/acmesh-official/acme.sh/wiki/notify) |
|||
| 18 | acme.sh --set-notify --notify-hook mailgun --notify-level 2 --notify-mode 0 |