Hello together,
I have the following conditions:
I know that the IT expert at my company has already used this procedure for other subdomains. (He’s no longer with the company, so I can’t ask him)
How do I get to the console of my DO server and with which command can I check whether there are already more SSL certificates for other subdomains? In AWS it is e.g. sudo certbot certificates (I use let’s encrypt there)
Thanks a lot
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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
You can also use Let’s Encrypt together with
certbot
on your DigitalOcean server.Here is a link to a step by step article on how to install
certbot
and use it:https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-20-04
Let me know if you have any questions. Regards, Bobby