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.
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.
(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.
- Verify that the challenge folder was made. (The challenge file will be deleted if successful)
- /etc/sentora/panel/.well-known/acme-challenge/ (Sentora domain)
- /var/sentora/hostdata/zadmin/public_html/mach-hosting_com/.well-known/acme-challenge/ (Normal domain)
- /etc/sentora/panel/.well-known/acme-challenge/ (Sentora domain)
- Verify the SSL information was saved.
- /var/sentora/hostdata/zadmin/ssl/sencrypt/letsencrypt/_account/
- public.pem
- private.pem
- public.pem
- /var/sentora/hostdata/zadmin/ssl/sencrypt/letsencrypt/panel.domain.tld/ (Sentora)
- /var/sentora/hostdata/zadmin/ssl/sencrypt/letsencrypt/domain.tld/ (Normal domain)
- cert.pem
- chain.pem
- fullchain.pem
- last.csr
- private.pem
- public.pem
- cert.pem
- /var/sentora/hostdata/zadmin/ssl/sencrypt/letsencrypt/_account/
- 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.