let's encrypt cannot recgonize my custom DNS A record

adrianmak

Verified User
Joined
Jan 30, 2010
Messages
49
I have a custom template, which add a A record i.e. webmail for each newly created domain.

However, in the Let's Encrypt Certificate Entries, it cannot recongize the webmail.mydomain.com

only following are available (I guess these are directadmin default A records)

mydomain.com
ftp.mydomain.com
mail.mydomain.com
pop.mydomain.com
smtp.mydomain.com
www.mydomain.com
 
You need to modify this file:
/usr/local/directadmin/conf/directadmin.conf
On the line
letsencrypt_list=

There you may just need to add :webmail at the end and restart DirectAdmin, this will add that option to flag on a Let's Encrypt certificate request.

Best regards
 
is it possible to make webmail checked by default in Let's Encrypt Certificate Entries same as www and root domain?
 
Hello,

Update or add the following:

Code:
letsencrypt_list=www:mail:ftp:pop:smtp:[COLOR=#333333]webmail[/COLOR]
letsencrypt_list_selected=www:[COLOR=#333333]webmail

/usr/local/directadmin/conf/directadmin.conf and restart directadmin

Related: [/COLOR]https://www.directadmin.com/features.php?id=1851
 
Back
Top