일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- java
- Oracle
- Spring Batch
- Gradle
- Spring
- jenkins
- db
- 요리
- Spring Boot
- redis
- devops
- tool
- MySQL
- Web Server
- Design Patterns
- ubuntu
- elasticsearch
- IntelliJ
- laravel
- linux
- Git
- JVM
- jsp
- springboot
- it
- 맛집
- php
- AWS
- javascript
- ReactJS
Archives
- Today
- Total
목록SSL (1)
아무거나
[ubuntu] Let's Encrypt 사용하여 무료 SSL 사이트 구축방법
ubuntu 16.04 기준 1. 인증서 관련 설치 apt-get install letsencrypt - 참고 : Domain Control Validation 의 3가지 방법 (https://support.comodo.com/?/Knowledgebase/Article/View/791) - Let’s Encrypt 는 위의 도메인 인증방법 중 3번째인 HTTP(HTTPS)-based DCV 를 사용하여 인증한다. 2. example 예제 1 : # letsencrypt certonly --webroot --webroot-path=/home/ssl-demo-1404/www -d ssl-demo-1404.lael.be 예제 2 : # letsencrypt certonly --webroot --webroot-..
Infra/Linux & Unix
2019. 4. 23. 10:14