250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 안드로이드
- node
- python
- FCM
- flutter
- selenium
- 해시키
- pip
- MYSQL
- window
- nginx
- SSH
- alb
- Vue
- Prometheus
- AWS
- PostgreSQL
- https
- MacOS
- 구글 API
- 파이썬
- OAuth
- php
- ubuntu
- mac
- Laravel
- Cordova
- Passport
- Vue.js
- Android
Archives
- Today
- Total
728x90
반응형
목록letsencrypt (1)
728x90
반응형
print( sjw.iq == 200) output : true
SSL(https) 설정 및 갱신 (Let’s Encrypt) - apache
SSL(Https) 적용하는데 저는 Let’s Encrypt을 사용했습니다.Let’s Encrypt을 사용한 가장 큰 이유는 무료이기 때문입니다. ㅎㅎ (저는 돈이 없거든요 ...ㅠㅠ)참고 : https://letsencrypt.org/ 바로 설명에 들어가겠습니다. 1. 모듈 설치 $sudo apt-get install letsencrypt 2. 설치확인 #다음 명령어로 letsencrypt가 설치되었는지 확인할 수 있습니다.letsencrypt --version 3. 인증서 발급 letsencrypt certonly --webroot --webroot-path=/var/www/html -d abc.com certonly : 직역 그대로 인증서만!--webroot : webroot플러그인을 사용하여 웹인..
SERVER/SSL
2019. 2. 8. 03:03