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:
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.
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.