Solved hostname letsencrypt isuess

MacLeod

Verified User
Joined
May 7, 2021
Messages
44
Location
The Netherlands
having isues with installing on a new setup centos7 vps:

after this: cd /usr/local/directadmin/scripts && ./letsencrypt.sh request_single hostname.domain.ext 4096

i got this back:

Setting up certificate for a hostname: hostname.domain.ext
hostname.domain.ext was skipped due to unreachable http://hostname.domain.ext/.well-known/acme-challenge/ file.
No domains pointing to this server to generate the certificate for.

so pls what did we wrong :)
 
did you pointing your domain to your server ip ?
( Do it on your Domain Register )


maybe try

Code:
ping hostname.domain.ext
 
[root@xxxx]# /usr/local/directadmin/directadmin p
[root@xxxx# cd /usr/local/directadmin/custombuild
[root@xxxx# ./build rewrite_confs
Checking to ensure /etc/httpd/conf/ssl.crt/server.ca is set.
Using xxx xxxx xxx ip for your server IP (correct ipadress )
PHP has been secured.
Restarting apache.
[root@
 
Back
Top