How to set up Lets Encrypt on CentOS 7

preview_player
Показать описание
For a free Linux cheat sheet click here:

This video shows you on to encrypt your websites with https on Apache on CentOS using lets encrypt.

Lets encrypt is open source and free.

To follow this video you will need to be using CentOS and have Apache installed.

You may also want to have virtual hosts configured on Apache.

To see how to install CentOS you can follow this video here:

To see how to install Apache you can follow this video here:

To see how to set up virtual hosts on Apache you can follow this video here:

Рекомендации по теме
Комментарии
Автор

Darren,
Did you purchase test.darrenoneill.eu from e.g (godaddy
Or it is a virtualhost?)

Did replaced site1.com or. Site2.com with test.darrenoneill.eu
I am trying to set up just like you did.

ATHLETRO
Автор

Creat video. How did you create your domain and link it in CentOS /Moodle?

achimd.
Автор

Could you, please make a video - How to set up Lest's encrypt manually with out enabling epel repo.. Thanks

Fayaz-Rehman
Автор

Hello, I really enjoyed your tutorial but I'm having a problem. I followed the steps but when I refreshed my browser I get a "connection not private error on Google Chrome and the same with other browsers". Please how can I solve this issue?

judeobi
Автор

Darren, I am seeing this error.

Domain: site1.com
Type: None
Detail: DNS problem: NXDOMAIN looking up A for site1.com

I have set up a windows 2008 server to server as a domain controller and end server all well and have created A records for site1 & site2 on the windows server but still certbot will not see the names.
Any tips?

ATHLETRO
Автор

i think you should have started by showing how did you configure the host.domain.com and then the rest

samdell
Автор

openssl genrsa -out Private-Prezime.key 2048

openssl rsa -in Private-Prezime.key -pubout -out Public-Prezime.key

openssl rsautl -decrypt -inkey Private-Prezime.key -in Tajna.txt -out Poruka.txt

openssl enc -d -aes256 -k -in 'Public-Pucarin.key.aes256' -out 'Public-Pucarin.key'

openssl rsautl -encrypt -pubin -inkey Pucarin-Public.key -in -out "Odgovor-Prezime.txt"

openssl enc -e -aes-256-ecb -k algebra -in Slika-Prezime.jpg -out Slika-Prezime.jpg.aes-256-ecb

lukagrbic