차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판이전 판다음 판 | 이전 판 |
https_ssl_통신 [2016/11/19 17:29] – lindol | https_ssl_통신 [2020/04/30 09:59] (현재) – lindol |
---|
| |
[[https://en.wikipedia.org/wiki/X.509#Certificate_filename_extensions|.pem 파일 의미]] | [[https://en.wikipedia.org/wiki/X.509#Certificate_filename_extensions|.pem 파일 의미]] |
| |
| ===== Handshake ===== |
| |
| [[https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.1.0/com.ibm.mq.doc/sy10660_.htm|An overview of the SSL or TLS handshake]] |
| |
| base64 certificate 복호화 |
| |
| <code Bash> |
| $ openssl x509 -in certificate.crt -text -noout |
| </code> |
| |
| 출처: https://www.sslshopper.com/certificate-decoder.html |
| |
| [[https://support.microsoft.com/ko-kr/kb/216830| 인증서 내용을 보는 방법]] - For Windows |
| |
| [[https://www.lesstif.com/pages/viewpage.action?pageId=20775436|java keytool 사용법]] |
| -> 서버 및 인증기관의 인증서 정보를 읽거나 관리되는 방법을 찾아보는중.. |
| |
| [[http://certificate.fyicenter.com/120_Java_VM_Password_for_cacerts__Java_System_Keystore.html|JRE가 포함하는 기본 CA 목록 보기]] |
| |
| [[http://www.codeproject.com/Articles/326574/An-Introduction-to-Mutual-SSL-Authentication|An Introduction to Mutual SSL Authentication]] |
| |
| [[https://developer.android.com/training/articles/security-ssl.html|ANDROID HTTPS]] |
| |
| [[http://crazia.tistory.com/entry/PKI-PKI-의-기본-개념-간단-설명| PKI의 기본 개념 간단 설명]] |
| |
| [[https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html|jsse guide]] |