Problem on creating new SSL with LetsEncrypt in DirectAdmin

hungquape

New member
Joined
Mar 25, 2022
Messages
2
Hi All,

I create ssl for a domain but got the following error:

/usr/local/directadmin/scripts/letsencrypt.sh: line 733: 54005 Segmentation fault ${LEGO} --path ${LEGO_DATA_PATH} --dns.resolvers ${DNS_SERVER} --accept-tos ${APPEND_SERVER} -m ${EMAIL} --${CHALLENGETYPE} --http.webroot ${DOMAIN_DIR} ${DOMAIN_FLAG} --key-type ${KEY_SIZE} run --no-bundle --preferred-chain="ISRG Root X1"
Certificate generation failed.

Anyone know how to fix this issue? Thank you.
 
Anyone know how to fix this issue?
Please provide more info.
OS and version
New server old server
Have you run all the server updates like yum, or apt?

Try this
Code:
cd /usr/local/directadmin/custombuild
./build set_fastest
./build clean
./build update
./build letsencrypt
./build lego
./build rewrite_confs
 
Back
Top