| acme-redirect.d(5) | File Formats Manual | acme-redirect.d(5) |
NAME
acme-redirect.d - acme-redirect certificate configuration
SYNOPSIS
/etc/acme-redirect.d/*.conf
DESCRIPTION
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
AUTHORS
acme-redirect was originally written by kpcyrd and is hosted at https://github.com/kpcyrd/acme-redirect
| 2025-07-17 |