Lets encrpty hostname mode incorrectly runs

ozgurerdogan

Verified User
Joined
Apr 20, 2008
Messages
352
It seems to be running hostname mode (server has hostname dns zoen and directadmin.conf has servername value)
Other directadmin server did not try www, mail, pop, etc. values. What should I check?

Setting up certificate for a hostname: lnx34.domain.com
Getting challenge for lnx34.domain.com from acme-server...
Waiting for domain verification...
Challenge is valid.
Getting challenge for www.lnx34.domain.com from acme-server...
Waiting for domain verification...
Challenge is valid.
Getting challenge for mail.lnx34.domain.com from acme-server...
Waiting for domain verification...
Challenge is valid.
Getting challenge for ftp.lnx34.domain.com from acme-server...
Error: http://ftp.lnx34.domain.com/.well-known/acme-challenge/letsencrypt_1474150280 is not reachable. Aborting the script.
Please make sure /.well-known alias is setup in WWW server.
 
Hello,

Code:
cd /usr/local/directadmin/custombuild
./build update
./build letsencrypt
../scripts/letsencrypt.sh request `hostname`
 
Back
Top