acme-redirect.d(5) | File Formats Manual | acme-redirect.d(5) |
NAME
acme-redirect.d - acme-redirect certificate configurationSYNOPSIS
/etc/acme-redirect.d/*.confDESCRIPTION
These files configure the certificates that should be requested and renewed by acme-redirect.OPTIONS
name=The name to identify this certificate. The certificate is
not going to be valid for this name unless it's also listed in
dns_names.
dns_names=
The list of names this certificate should be valid
for.
exec=
The list of commands that should be executed. You can use
this to trigger certificate reloads.
EXAMPLE
[cert] name = "example.com" dns_names = [ "example.com", "www.example.com", ] exec = [ "systemctl reload nginx", ]
SEE ALSO
acme-redirect(1), acme-redirect.conf(5).AUTHORS
acme-redirect was originally written by kpcyrd and is hosted at https://github.com/kpcyrd/acme-redirect2020-05-24 |