BloByJames

Let’s Encrypt easily 본문

프로그래밍

Let’s Encrypt easily

blobyjames 2019. 7. 21. 14:14

Google은 2018년 7월부터 Chrome browser에서 모든 HTTP 사이트에 대해 ‘Not Secure(안전하지 않음)’ 경고를 표시한다고 발표했습니다.

https://security.googleblog.com/2018/02/a-secure-web-is-here-to-stay.html

개인 홈페이지나 포트폴리오와 같은 사이트에 SSL 인증서를 구매해서 사용하기에는 큰 부담이 될 수도 있습니다.

그래서 Let’s Encrypt 를 사용하여 SSL 을 무료로 간편하게 설치하려고 합니다.

https://letsencrypt.org/

$ git clone [https://github.com/letsencrypt/letsencrypt](https://github.com/letsencrypt/letsencrypt)
$ cd letsencrypt
$ ./letsencrypt-auto --help
$ ./letsencrypt-auto --apache

nginx를 사용한다면 apache 대신 nginx 옵션을 주면 됩니다.

$ ./letsencrypt-auto --nginx

끝!

'프로그래밍' 카테고리의 다른 글

Read Only 개인정보처리방침  (0) 2020.06.24
짤해 개인정보처리방침  (0) 2020.02.14
Git 버전 관리  (0) 2019.12.14
linkable-text 개인정보처리방침  (0) 2019.08.17
[Slide] ReactiveX의 이해  (0) 2017.04.05
Comments