SSL Certification


Generating a Private Key

openssl genrsa -des3 -out xxx.key 2048

openssl rsa -noout -text -in xxx.key



Generating a CSR

openssl req -new -key xxx.key -out xxx.csr

openssl req -noout -text -in xxx.csr

댓글

이 블로그의 인기 게시물

한글 단어 유사도 측정

Docker for Mac Remote API with Socat

내부망에서 SBT 사용법