← All

OpenSSL 단축키

전체 단축키

인증서 관리

단축키기능설명
openssl req -new -x509 -newkey rsa:2048자체 서명 인증서자체 서명 SSL 인증서를 생성합니다.
openssl x509 -in cert.pem -text인증서 확인인증서 내용을 확인합니다.
openssl s_client -connect host:443SSL 연결 테스트SSL 연결을 테스트합니다.
openssl rsa -in key.pem -check키 검증RSA 키를 검증합니다.
openssl rand -base64 32랜덤 생성32바이트 랜덤 문자열을 생성합니다.