diff --git a/README.md b/README.md index 1ce24e4..66c987c 100644 --- a/README.md +++ b/README.md @@ -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") ``` diff --git a/man/en/acmed.toml.5 b/man/en/acmed.toml.5 index b67ff48..737ac47 100644 --- a/man/en/acmed.toml.5 +++ b/man/en/acmed.toml.5 @@ -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"