.\" Generated by scdoc 1.11.3 .\" 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" "2024-07-11" .PP .SH NAME .PP acme-redirect.\&d - \fBacme-redirect\fR certificate configuration .PP .SH SYNOPSIS .PP /etc/acme-redirect.\&d/*.\&conf .PP .SH DESCRIPTION .PP These files configure the certificates that should be requested and renewed by \fBacme-redirect\fR.\& .PP .SH OPTIONS .PP \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.\& .PP .RE \fIdns_names=\fR .RS 4 The list of names this certificate should be valid for.\& .PP .RE \fIexec=\fR .RS 4 The list of commands that should be executed.\& You can use this to trigger certificate reloads.\& .PP .RE .SH EXAMPLE .PP .nf .RS 4 [cert] name = "example\&.com" dns_names = [ "example\&.com", "www\&.example\&.com", ] exec = [ "systemctl reload nginx", ] .fi .RE .PP .SH SEE ALSO .PP \fBacme-redirect\fR(1), \fBacme-redirect.\&conf\fR(5).\& .PP .SH AUTHORS .PP acme-redirect was originally written by kpcyrd and is hosted at https://github.\&com/kpcyrd/acme-redirect