일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- himatic7sii
- Realm
- himatic
- Flavor
- COLORPLUS
- 풀프레임
- Exception
- 미놀타
- himatic7s2
- Kodak
- Git
- Nikon
- Android
- 하이매틱
- gradle
- emount
- Minolta
- film
- 필름카메라
- rx
- e마운트
- portra400
- Sony
- variants
- 35mmf2.8
- SSL
- 니콘
- It
- fm2
- fullframe
Archives
- Today
- Total
BloByJames
Let’s Encrypt easily 본문
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