MyNixOS website logo
option

security.acme.certs.<name>.extraDomainNames

A list of extra domain names, which are included in the one certificate to be issued.

Declarations
Type
list of string
Default
[ ]
Example
[
  "example.org"
  "mydomain.org"
]