CRON <admin@servpcspa> sudo /usr/local/hestia/bin/v-update-letsencrypt-ssl

Hello good morning, can you help me with this error, please

Error: Let’s Encrypt validation status 400. Details: Unable to update challenge :: authorization must be pending
Can’t open /usr/local/hestia/data/users/fernando/ssl/fernandotormtoha.com.crt for reading, No such file or directory
139923981317312:error:02001002:system library:fopen:No such file or directory:…/crypto/bio/bss_file.c:69:fopen(’/usr/local/hestia/data/users/fernando/ssl/fernandotormtoha.com.crt’,‘r’)
139923981317312:error:2006D080:BIO routines:BIO_new_file:no such file:…/crypto/bio/bss_file.c:76:
unable to load certificate

Use this dns servers in your hosts

nameserver 1.1.1.1
nameserver 8.8.8.8

and wait.

It looks like SSL has failed to download

Try it again wit command line

Thanks,

Excuse me, where do I do that, where do I have to put
nameserver 1.1.1.1
I have 16 domains in the panel,
do I have to do it in each one?
Default Name Servers
ns1.servpcspa.com
ns2.servpcspa.com

sudo nano /etc/resolv.conf

add nameservers:

nameserver 1.1.1.1
nameserver 8.8.8.8

then:

sudo apt update
sudo apt install resolvconf

then
sudo nano /etc/resolvconf/resolv.conf.d/head

add in it:
nameserver 1.1.1.1
nameserver 8.8.8.8

then:
sudo systemctl start resolvconf.service

ok thank