···8888 type = types.nullOr types.str;
8989 default = "/var/lib/acme/acme-challenge";
9090 description = lib.mdDoc ''
9191- Directory for the acme challenge which is PUBLIC, don't put certs or keys in here.
9191+ Directory for the ACME challenge, which is **public**. Don't put certs or keys in here.
9292 Set to null to inherit from config.security.acme.
9393 '';
9494 };
···9797 type = types.nullOr types.str;
9898 default = null;
9999 description = lib.mdDoc ''
100100- Host which to proxy requests to if acme challenge is not found. Useful
100100+ Host which to proxy requests to if ACME challenge is not found. Useful
101101 if you want multiple hosts to be able to verify the same domain name.
102102+103103+ With this option, you could request certificates for the present domain
104104+ with an ACME client that is running on another host, which you would
105105+ specify here.
102106 '';
103107 };
104108