acme-redirect.d - acme-redirect certificate configuration

NAME  SYNOPSIS  DESCRIPTION  OPTIONS  EXAMPLE  SEE ALSO  AUTHORS 

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

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

AUTHORS

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


Updated 2024-01-29 - jenkler.se | uex.se