Sentora Support Forums
SenCrypt Trouble-shooting - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Public Support Forums v2.x.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=66)
+--- Forum: 3rd Party Module Support v2.x.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=71)
+--- Thread: SenCrypt Trouble-shooting (/showthread.php?tid=12998)



SenCrypt Trouble-shooting - TGates - 01-28-2024

If you are having issues with SenCrypt creating certificates for your domains:
(I will be adding to this guide as new ideas to test are learned.)

The DNS has to be just right or the Let's Encrypt verification won't be able to read the challenge.

  1. Verify that the challenge folder was made. (The challenge file will be deleted if successful)
    1. /etc/sentora/panel/.well-known/acme-challenge/ (Sentora domain)
    2. /var/sentora/hostdata/zadmin/public_html/mach-hosting_com/.well-known/acme-challenge/ (Normal domain)

  2. Verify the SSL information was saved.
    1. /var/sentora/hostdata/zadmin/ssl/sencrypt/letsencrypt/_account/
      • public.pem
      • private.pem
    2. /var/sentora/hostdata/zadmin/ssl/sencrypt/letsencrypt/panel.domain.tld/ (Sentora)
    3. /var/sentora/hostdata/zadmin/ssl/sencrypt/letsencrypt/domain.tld/ (Normal domain)
      • cert.pem
      • chain.pem
      • fullchain.pem
      • last.csr
      • private.pem
      • public.pem

  3. Verify the certificates contain data.
    Code:
    -----BEGIN CERTIFICATE----- MIIF+jCCBOKgAwIBAgISBBFA4y/9P8uBbBxu3dpvKrpiMA0GCSqGSIb3DQEBCwUA (...29 lines removed...) zRGyjGb2QT/b3PPrpfr4hLaJfkK/fPbR1vKPmtBKaVi8m6diudrw0S8q/vIR4A== -----END CERTIFICATE-----


I had an issue with using a domain as a shared domain. I could access the site, but Let's Encrypt couldn't access the challenge verification. I had it added in my GoDaddy and Sentora. I had to remove it from GoDaddy and used just my Sentora DNS and it worked.

So, you need to check how your DNS is setup and try different settings to see which one works and edit all your domains to use the same setup.

Start a new thread if you need help.