Apache configuration can be done by adapting services.httpd.virtualHosts. See for further information.
Declarations
Type
submodule
Example
{ hostName = "example.org";
adminAddr = "[email protected]";
enableSSL = true;
sslServerCert = "/var/lib/acme/example.org/full.pem";
sslServerKey = "/var/lib/acme/example.org/key.pem";
}