LetsEncrypt Issue

zenilygy

New member
Joined
Oct 7, 2019
Messages
2
We have a issue wih Let's Encrypt.

when we try to renew a SSL certificate:

Cannot Execute Your Request

Details

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: Mon, 07 Oct 2019 09:11:24 GMT
cache-control: public, max-age=0, no-cache
link: ;rel="index"
replay-nonce: 0102cylCPKQZ-TNWsJ923QV6TJR-jnppWNYp_-B9vO8dih4
x-frame-options: DENY
strict-transport-security: max-age=604800


Already update DirectAdmin to latest version.
 
Sounds like a non-updated version of Let's Encrypt script.
 
Sounds like a non-updated version of Let's Encrypt script.

Hi,

I already update DirectAdmin to the latest version.

Or do i need to run a special command for updating the Let's Encrypt script?
 
Yes, you do :)

Code:
cd /usr/local/directadmin/custombuild
./build update
./build letsencrypt
 
Make your live easier. :)
Change /etc/usr/local/directadmin/custombuild/options.conf under cron settings:
Code:
#Cronjob Settings
cron=yes
cron_frequency=daily
[email protected]
notifications=yes
da_autoupdate=no
updates=no
webapps_updates=yes[code]
Then use ./build update and ./build cron to activate.
This way things like your webmail and Letsencrypt will be updated automatically.
You can also set da_autoupdate to yes if you want to have Directadmin being updated automatically too.
 
Back
Top