Letsencrypt for custom ServerAlias

Frank

Verified User
Joined
Sep 25, 2004
Messages
20
Hi,

I have a customer with domain custA.tld, for which they have a Lets Encrypt certificate. Recently they added a few custom domains (domainB.tld domainC.tld) that are added as ServerAliases (custom httpd config).

How can I (preferable using the command line or an API) make sure that domainB.tld and domainC.tld are added to the LE cert?

I tried adding them to the .san_config file, and then trigger a renewal, but letsencrypt doesn't seem to read the .san_configs on renewal, only on request.

Any suggestions on how to handle this?

Thanks
 
Because adding them as pointers would configure mail, dns etc., which is not needed or wanted in this setup.
 
Mail wil send to the main domain anyway, doesn't matter if it's pointer or alias.

However, check these links:
which is default for new installs since 1.60.4.

if that doesn't work, have a look here:
 
Back
Top