====== https 통신에 대한 학습 ====== SSL 통신에 대한 기본 개념 이해를 도와줌 * [[https://opentutorials.org/course/228/4894|HTTPS와 SSL 인증서]] * [[http://minix.tistory.com/397| 웹툰04 SSL이란 무엇인가? 2/2]] * [[http://yoonsj.tistory.com/12|SSL 인증서와 SSL 인증서 기반 암호화 통신 원리]] - [[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 복호화 $ openssl x509 -in certificate.crt -text -noout 출처: 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]]