RE: SSL Multi Sub Domains
08-10-2018, 05:38 AM
(This post was last modified: 08-10-2018, 05:39 AM by inkoop@topmatica.nl.)
(02-13-2017, 06:50 AM)TGates Wrote: That would make 3 certificates.
I suggest re-reading the tutorials.
As per the instructions, you would need to do the panel sub domain as one certificate and the domain/www.domain would be another certificate:
Code:service apache2 stop
./letsencrypt-auto certonly --standalone -d domain.com -d www.domain.com
service apache2 start
You DO NOT put all the certificates in one custom vhost entry.
You add the certificates to the individual domain's related custom vhost.
You are trying to combine the two processes (panel SSL and domain SSL) which is not possible.
It may be possible to combine them all in one certificate, but you would have to check with Let's Encrypt.
Tgates,
Can i use also certbot-auto and seperate the panel configuration from httpd-vhost.conf?
example:
httpd-panel-ssl.conf
listen 443
with of course the key for panel.topmatica.nl
&
httpd-vhost.conf
Listen 443
Listen 80
with vhost for customers who are using http and https