Borislav Borisov
4 years ago
No known key found for this signature in database
GPG Key ID: 58755E95BCF01904
2 changed files with
10 additions and
8 deletions
-
README.md
-
man/en/acmed.toml.5
|
|
@ -64,17 +64,17 @@ For exhaustive references, the following man pages are available: |
|
|
|
An easy way to read those pages without installing ACMEd is to downloads and pipe them to the man utility: |
|
|
|
|
|
|
|
``` |
|
|
|
curl -sSf "https://raw.githubusercontent.com/breard-r/acmed/master/man/en/acmed.8" | man -l - |
|
|
|
curl -sSf "https://raw.githubusercontent.com/breard-r/acmed/master/man/en/acmed.toml.5" | man -l - |
|
|
|
curl -sSf "https://raw.githubusercontent.com/breard-r/acmed/master/man/en/tacd.8" | man -l - |
|
|
|
curl -sSf "https://raw.githubusercontent.com/breard-r/acmed/main/man/en/acmed.8" | man -l - |
|
|
|
curl -sSf "https://raw.githubusercontent.com/breard-r/acmed/main/man/en/acmed.toml.5" | man -l - |
|
|
|
curl -sSf "https://raw.githubusercontent.com/breard-r/acmed/main/man/en/tacd.8" | man -l - |
|
|
|
``` |
|
|
|
|
|
|
|
Alternatively, using zsh, you can use the following variants. Useful on system where man is unable to read from stdin (yes BSD, that's you). |
|
|
|
|
|
|
|
``` |
|
|
|
man =(curl -sSf "https://raw.githubusercontent.com/breard-r/acmed/master/man/en/acmed.8") |
|
|
|
man =(curl -sSf "https://raw.githubusercontent.com/breard-r/acmed/master/man/en/acmed.toml.5") |
|
|
|
man =(curl -sSf "https://raw.githubusercontent.com/breard-r/acmed/master/man/en/tacd.8") |
|
|
|
man =(curl -sSf "https://raw.githubusercontent.com/breard-r/acmed/main/man/en/acmed.8") |
|
|
|
man =(curl -sSf "https://raw.githubusercontent.com/breard-r/acmed/main/man/en/acmed.toml.5") |
|
|
|
man =(curl -sSf "https://raw.githubusercontent.com/breard-r/acmed/main/man/en/tacd.8") |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -694,7 +694,9 @@ tos_agreed = true |
|
|
|
|
|
|
|
[[account]] |
|
|
|
name = "my test account" |
|
|
|
email = "certs@exemple.net" |
|
|
|
contacts = [ |
|
|
|
{ mailto = "certs@exemple.net" } |
|
|
|
] |
|
|
|
|
|
|
|
[[certificate]] |
|
|
|
endpoint = "example name" |
|
|
@ -776,7 +778,7 @@ env.HTTP_ROOT = "/srv/http" |
|
|
|
.Pp |
|
|
|
It is also possible to use |
|
|
|
.Xr sendmail 8 |
|
|
|
in a hook in order to notif someone when the certificate request process is done. |
|
|
|
in a hook in order to notify someone when the certificate request process is done. |
|
|
|
.Bd -literal -offset indent |
|
|
|
[[hook]] |
|
|
|
name = "email-report" |
|
|
|