Question
- example from wiki:
domain2.com
www.domain2.com
mail.domain2.com
In my case
domain2.com -> points to ip address of hosting service
www.domain2.com -> points to ip address of hosting service
mail.domain2.com -> points to ip address SME server
would I just do a "db hosts setprop mail.domain2.com letsencryptSSLcert enabled" ??
seems like if I did it for the domain it would just fail.
Thanks in advance.
for an easy and quick answer : yes
db hosts setprop mail.domain2.com letsencryptSSLcert enabled
will do the trick and allow you to have a valid SSL certificate for your SME server.
if you want to connect to the manager you will simply do
https://mail.domain2.com/server-managerand everything will run smoothly. The same to connect to the mail with pops, imaps or smtps using mail.domain2.com, or event with webmai using
https://db hosts setprop mail.domain2.com letsencryptSSLcert enabled
if you want to create also a SSL certificate for
www.domain2.com and domain2.com you will need to install the dehydrated script on your hosting service or to use DNS validation amd some custom templates.