Hello All,
I have one droplet and that droplet ip points to one subdomain from another providers DNS manager, i have added a bring your own certificate , but i don’t know how to connect it, I have simple php application running on/var/www/html.
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,
In case that you already have your SSL certificate issued you could follow the steps here on how to install an SSL certificate from a commercial certificate authority:
https://www.digitalocean.com/community/tutorials/how-to-install-an-ssl-certificate-from-a-commercial-certificate-authority
If you do not have a certificate yet, I could suggest using Let’s Encrypt together with
certbot
as it provides an automated way of installing the certificate and then of renewing it every 3 months automatically:https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-18-04
Best, Bobby