stuck in letsencrypt 1.1.18

mmohamed2

New member
Joined
Feb 1, 2020
Messages
27
Hi,
i'm having this problem
Code:
[root@wordpress ~]# ./autoletsencrypt.sh
Requesting new certificate order...
Nonce is empty. Exiting. dig output of acme-v02.api.letsencrypt.org:
prod.api.letsencrypt.org.
ca80a1adb12a4fbdac5ffcbc944e9a61.pacloudflare.com.
172.65.32.248
Full nonce request output:
HTTP/2 200
server: nginx
date: Sat, 01 Feb 2020 21:30:50 GMT
cache-control: public, max-age=0, no-cache
link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
replay-nonce: 00022Uojyu_GIgef4oxCqR04N-xXCoOqjSpLkfzl9ozC8dc
x-frame-options: DENY
strict-transport-security: max-age=604800

so i tried

cd /usr/local/directadmin/custombuild
./build update
./build curl


and

cd /usr/local/directadmin/custombuild
./build update
./build letsencrypt

but i always got

1580592706561.png


so i can't get version 1.1.39 installed, which i think it's the latest version

What basicly i want to do is auto renew my ssl certificates every 90days

Thank you
 
Do you have an output when you do?
cat /usr/local/directadmin/custombuild/custom_versions.txt
 
Do you have an output when you do?
cat /usr/local/directadmin/custombuild/custom_versions.txt
Yes, i got


letsencrypt_sh:1.1.18:091db597c08ece3ac8a283344eb5f4ce
roundcubemail:1.3.8:7a3ddeb7fafa39262d557d174fe1cb5b
 
Back
Top