SSL 보안인증서 사이트 무료 세팅 하기 – Let’s encrypt

공짜로 SSL 설치해 보자.

Are certificate prices reasonable? Maybe, maybe not. Some companies try to charge even more with price tiers that add more features, but a lot of them are basically gimmicks.
참조 : https://www.quora.com/Why-does-an-SSL-certificate-cost-money

설명 나무위키 참조:

Let’s Encrypt는 사용자에게 무료로 TLS 인증서를 발급해주는 비영리기관이다. 모질라 재단페이스북구글 등 많은 업체가 스폰서로 등록되어 있다.
발급된 인증서는 3개월간 사용할 수 있으며, 만료 전 갱신하면 계속해서 사용이 가능하다. 짧은 유효기간과 더불어서 DV(도메인검증) 인증서만 발급이 가능하다는 단점이 있다

테스트 설치 서버: ubuntu server 16.02

1. sudo apt-get install git

1.1 centos 5.9 에서 yum install git 로 error 가 발생할 경우 (지원하지 않음 – 포기)

2. sudo git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt

3. cd /opt/letsencrypt

4.0 apache2 stop

4. sudo -H ./letsencrypt-auto certonly –standalone -d example.com -d www.example.com

5.    …..설치 진행….

5.1 Email  인증

6. 확인

7.  90일 마다 갱신 해야  하기 때문에 Cron (자동)으로 한달에 한번에 갱신되게 세팅– 오류 발생 -> 7.1 로 대체

또는 매월 17일에 재갱신

7.1  apache2 멈춘후 install  명령어 진행 하면 재경신 됩니다.

8. Apache 에 세팅

9.  적용

10. Test

11.  http -> https  (CentOS)

12.  .htaccess

11. ubunt18.04 업데이트 한후 갱신시 다음과 같은 오류가 나오면
참조: https://auctionpro.co.kr/?p=5643