services.doh-server.useACMEHost

NixOS option

A host of an existing Let’s Encrypt certificate to use. Note that this option does not create any certificates, nor it does add subdomains to existing ones – you will need to create them manually using security.acme.certs.

type: null or string
Default
null
Example
"doh.example.com"
declared in: nixos/modules/services/networking/doh-server.nixView source on NixOS/nixpkgs →