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
- Streams
- Kotlin
- QueryDSL
- kafka
- mirror maker2
- Spring JPA
- CodePipeline
- spring
- mysql
- git
- bean
- PAGING
- consumer
- Spring Data JPA
- producer
- Entity
- topic생성
- entity graph
- spring kafka
- cd
- ECS
- JPA
- AWS
- API
- centos7
- Kubernetes
- transactionaleventlistener
- K8s
- CI
- offsetdatetime
Archives
- Today
- Total
목록CRT (1)
Yebali
SSL인증서 파일로 Keystore파일 만들기
인증서 업체에 문의하면 보통 3개의 파일이 온다. 서버 도메인은 www.example.com로 가정하겠다. 1. www.example.com.crt 2. Chain_RootCA_Bundle.crt 3. www.example.com.key (private key 파일) 그러나 가끔 인증서를 적용할 때 jks 파일이 필요한 경우가 있다. crt파일들을 jks파일로 변환하는 방법은 아래와 같다. 1. crt파일(인증서)들을 하나로 통합 > cat www.example.com.crt Chain_RootCA_Bundle.crt > www.example.com.pem 인증서가 재대로 통합되었다면 아래 처럼 확인할 수 있다. > cat www.example.com.pem -----BEGIN CERTIFICATE---..
Apache
2021. 9. 21. 14:38