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

댓글

이 블로그의 인기 게시물

DBCP2

내부망에서 SBT 사용법

groupadd