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
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <rect x="10" y="10" height="100" width="100" style="stroke:#ff0000; fill: #0000ff"/> </svg>
- Spring boot
- spring boot http client
- <iframe src="http://erea.tistory.com/attachment/cfile21.uf@997995485B2F785A3292EE.svg"></iframe>
- Distributed Tracing System
- jpa auto increment
- msa 4.0
- java static resources
- redis ha
- spring boot hot swapping
- intelij devtools
- spring cloud zuul
- spring boot ssl
- high availabillty
- Spring Cloud Config
- spring cloud api gateway
- spring boot 2.0 ssl
- sidecar patern
- Istio
- intelij spring boot devtools
- MySQL
- spring boot ssl verify skip
- redis cluster
- Service Mesh
- Spring Cloud Bus
- spring cloud load balancer
- kubernates
- tracing tool
- spring boot jks
- sidecar
Archives
- Today
- Total
목록spring boot ssl (1)
erea
spring boot ssl
Requirementopensslkeytool crt와 key 조합으로는 바로 jks를 생성하지 못함p12생성후 생성된 p12로 jsk 생성Run ##make #make p12 openssl pkcs12 -export -in {domain}.crt -inkey STAR_hanpda_com_nopass.key -out {domain}.p12 -name "{domain}" ##jks keytool -importkeystore -deststorepass {password} -destkeypass {password} -destkeystore {domain}.jks -srckeystore {domain}.p12 -srcstoretype PKCS12 -srcstorepass {srcpassword} -alias "..
dev/spring boot
2019. 1. 2. 22:16