SSL not working for panel

hello, im trying to use ssl on my panel by using “v-add-letsencrypt-host” but when i run "root@panel:~# v-add-letsencrypt-host
" it does nothing

Hi @Noxi,

Show the output of this command:

openssl x509 -in /usr/local/hestia/ssl/certificate.crt -noout -issuer -subject -dates -ext subjectAltName | sed -E -e 's/^\s*//g'

“root@panel:~# openssl x509 -in /usr/local/hestia/ssl/certificate.crt -noout -issuer -subject -dates -ext subjectAltName | sed -E -e ‘s/^\s*//g’
issuer=C = US, ST = California, L = San Francisco, O = Hestia Control Panel, OU = IT, CN = panel.cloudtube.cloud
subject=C = US, ST = California, L = San Francisco, O = Hestia Control Panel, OU = IT, CN = panel.cloudtube.cloud
notBefore=Jul 31 10:11:18 2024 GMT
notAfter=Jul 31 10:11:18 2025 GMT
No extensions in certificate
root@panel:~#”

v-add-letsecrypt-host

In command line

image

/usr/local/hestia/bin/v-add-letsencrypt-host

root@panel:/usr/local/hestia/bin# v-add-letsencrypt-host
stuck here

i mean i click enter and it just does nothing

hello?

You have reached Let’s Encrypt rate limit of 5 duplicated certificates per 7 days.

$ curl -sS "https://api.certspotter.com/v1/issuances?domain=panel.cloudtube.cloud&expand=dns_names&expand=issuer&include_subdomains=true" | jq -r '.[]|.not_before'
2024-07-29T22:00:26Z
2024-07-29T22:00:39Z
2024-07-30T08:47:43Z
2024-07-30T18:20:00Z
2024-07-30T18:19:45Z

is there smth i can do?

Option 1: wait till August 5th 22:00 UTC to try to issue a new certificate.

Option 2: edit the web domain for panel.cloudtube.cloud and add an alias like www.panel.cloudtube.cloud and you will be able to issue a certificate valid for panel.cloudtube.cloud and www.panel.cloudtube.cloud

Option 3: change your hostname and you could issue a certificate for that new hostname.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.