Enable https on a L...
Notifications
Clear all

Enable https on a Linux system

RSS

(@anamika)
Noble Member
加入ed: 2 years ago
Posts: 1381
01/04/2021 12:27 pm
I am trying to enable HTTPS on my Linux system and it requires me to acquire an SSL cert. How do I get that?

Quote
(@abhijith)
Noble Member
加入ed: 2 years ago
帖子:1350
01/04/2021 12:27 pm

you can execute the following commands to get the SSL cert:

sudo apt-get install software-properties-common sudo add-apt-repository ppa:certbot/certbot sudo apt-get update sudo apt-get install python-certbot-nginx sudo certbot --nginx certonly

ReplyQuote
Share:
Baidu