acme-redirect.d(5) File Formats Manual acme-redirect.d(5)

acme-redirect.d - acme-redirect certificate configuration

/etc/acme-redirect.d/*.conf

These files configure the certificates that should be requested and renewed by acme-redirect.

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.

[cert]
name = "example.com"
dns_names = [
    "example.com",
    "www.example.com",
]
exec = [
    "systemctl reload nginx",
]

acme-redirect(1), acme-redirect.conf(5).

acme-redirect was originally written by kpcyrd and is hosted at https://github.com/kpcyrd/acme-redirect

2023-01-03