일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- JVM
- Spring Batch
- php
- laravel
- tool
- Design Patterns
- Git
- it
- 요리
- java
- Gradle
- MySQL
- Spring
- Spring Boot
- IntelliJ
- AWS
- ubuntu
- devops
- elasticsearch
- jenkins
- Oracle
- jsp
- redis
- javascript
- Web Server
- springboot
- 맛집
- linux
- db
- ReactJS
Archives
- Today
- Total
목록tls (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