Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
The operating system my web server runs on is (include version): debian 8.8
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don’t know): yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): no
Please Help
First sorry for my poor english, my server can’t renew , my cert was expired.(Oct 31 2017)
my stupid to delete /etc/letsencrypt/live/sabaideegroup1.com and /etc/letsencrypt/live/www.sabaideegroup1.com
because i think can create new when use certbot --apache -d sabaideegroup1.com -d www.sabaideegroup1.com
but not. I find solution and i try to create link from /etc/letsencrypt/achive/sabaideegroup1.com/cert4.pem --> /etc/letsencrypt/live/sabaideegroup1.com/cert.pem and same which files chain.pem, fullchain.pem, privkey.pem
and check config file /etc/apache2/sites-available/000-default-le-ssl.conf point to correct path
SSLEngine on
SSLCertificateFile /etc/letsencrypt/live/sabaideegroup1.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/sabaideegroup1.com/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
and try certbot renew --dry-run every thing look good.
i use ssl-cert-check -c cert.pem
status is valid and Expires : Jan 30 2018
i restart apache but browser always show in secure.
in https://globalsign.ssllabs.com/analyze.html?d=sabaideegroup1.com show EXPIRED
i want enable ssl to sabaideegroup1.com and alias name www.sabaideegroup1.com
Please help.
Thanks you very much gotham. I following your guide.
Now i have only one folder sabaideegroup1.com in /etc/letsencrypt/live
l run certbot certificates the result is
-----------------------------------------------------------------------------------------------------
Found the following certs:
Certificate Name: sabaideegroup1.com
Domains: sabaideegroup1.comwww.sabaideegroup1.com
Expiry Date: 2018-01-30 04:33:15+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/sabaideegroup1.com/fullchain.pem
Private Key Path: /etc/letsencrypt/live/sabaideegroup1.com/privkey.pem
-----------------------------------------------------------------------------------------------------
change apache ssl config path to sabaideegroup1.com and restart apache too.
It look good but why browser still show not secure. what i miss?
Are you still having trouble?
You have issued 7 cert in the last 2 days. (https://crt.sh/?q=sabaideegroup1.com)
You need to stop trying to issue new certs and correct the problem that it is not using the newly created certs. @gotham suggested that you delete the certs and create new ones.
Have you followed that advice?
do not replace anything . disable 1,2 . create a new test.conf inside sites-available . paste the configs inside it . a2ensite test.conf . service apache2 restart . kindly check document root and Directory and change according to your path.
@gotham I did it now in /etc/apache2/sites-enabled have only one file test.conf
I enable and restart apache but still have problem. Maybe we solved it but it not active because of
i create many cert @rg305 say , limit? i need to wait?
no problem with letsencrypt cert creation . no problem with config .no problem with dry-run .
According to the config i have given above , it should open https://sabaideegroup1.com . But it is still opening with https://www.sabaideegroup1.com . Is there any internal redirects or .htaccess configs you have configured?
Can you post the log here.as we have configured in the config.
ErrorLog /var/www/html/sabaideegroup1.log
My customer want to see www infront of site address for both type sabaideegroup1.com and www.sabaideegroup1.com.
I think it easy way to redirect at index file. yes in /site/public its laravel.