.\" Generated by scdoc 1.11.2 .\" Complete documentation for this program is not available as a GNU info page .ie \n(.g .ds Aq \(aq .el .ds Aq ' .nh .ad l .\" Begin generated content: .TH "acme-redirect.d" "5" "2023-01-03" .P .SH NAME .P acme-redirect.\&d - \fBacme-redirect\fR certificate configuration .P .SH SYNOPSIS .P /etc/acme-redirect.\&d/*.\&conf .P .SH DESCRIPTION .P These files configure the certificates that should be requested and renewed by \fBacme-redirect\fR.\& .P .SH OPTIONS .P \fIname=\fR .RS 4 The name to identify this certificate.\& The certificate is not going to be valid for this name unless it'\&s also listed in \fBdns_names\fR.\& .P .RE \fIdns_names=\fR .RS 4 The list of names this certificate should be valid for.\& .P .RE \fIexec=\fR .RS 4 The list of commands that should be executed.\& You can use this to trigger certificate reloads.\& .P .RE .SH EXAMPLE .P .nf .RS 4 [cert] name = "example\&.com" dns_names = [ "example\&.com", "www\&.example\&.com", ] exec = [ "systemctl reload nginx", ] .fi .RE .P .SH SEE ALSO .P \fBacme-redirect\fR(1), \fBacme-redirect.\&conf\fR(5).\& .P .SH AUTHORS .P acme-redirect was originally written by kpcyrd and is hosted at https://github.\&com/kpcyrd/acme-redirect