Hello! I am trying to deploy a new Laravel web app and cannot get the SSL certificate to work. I have 2 other apps running and the Let’s Encrypt certificate worked automatically. All my DNS records look correct (using AWS), but when I go to my subdomains, I get a warning saying this site is not fully secure and the certificate is issued by Google Trust Services, not Let’s Encrypt. Anyone else have this issue?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Heya @molliesemmes,
How exactly are you trying to deploy the Let’s Encrypt?
Also, are you using the App Platform https://www.digitalocean.com/products/app-platform
or a Droplet?
If you are using the App Platform, the SSL will be installed automatically only when you have pointed your domain/subdomain to the platform.
As for a Droplet, if you are using one, can you share the logs of cerbot
when you try to install the let’s encrypt SSL?
Heya,
You can visit your subdomains and click on the padlock icon in the browser’s address bar. View the certificate details to see which certificate authority issued it and which domain names it covers.
If necessary, manually renew your certificates with certbot renew
or reissue them with:
sudo certbot --nginx -d yourdomain.com -d www.yourdomain.com -d sub.yourdomain.com
Note: Replace yourdomain.com
and sub.yourdomain.com
with your actual domain names.
Regards
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.