DEV Community

Dbaport
Dbaport

Posted on

1 1

Free SSL enable on website on cloud server !

Here I'm writing some step as demo.
My website on AWS server.Pleas read carefully , this is easiest way.

1.Download .pem file (db_Oregon_Keypair.pem)

2.Given Execute Permission to .pem file (read/write)

Step:
1- open terminal
2- sudo chmod 777 db_Oregon_Keypair.pem

3.sudo ssh -i db_Oregon_Keypair.pem ubuntu@www.dbaport.com
4.sudo certbot certonly (Select 1 -Apache Plugin)
5.sudo certbot (Select 1,4- dbaport domain)

Top comments (0)

AWS Q Developer image

Your AI Code Assistant

Automate your code reviews. Catch bugs before your coworkers. Fix security issues in your code. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

👋 Kindness is contagious

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay