1) 난수생성 (이미생성시 넘어감)
openssl sha1 * > rand.dat
-------------------------------------------------------------------------------------------------------------------
2) 개인키 생성
openssl genrsa -rand rand.dat -des3 2048 > domain.key
3) CSR 파일생성
find / -name openssl.cnf
-> /etc/pki/tls/openssl.cnf
openssl req -config /etc/pki/tls/openssl.cnf -new -key domain.key -out domain.csr
4) 개인키 비번삭제
openssl rsa -in domain.key -out domain.out.key
-------------------------------------------------------------------------------------------------------------------
기타 key에 새로 패스워드 생성하기
openssl rsa -in rootman.out.key -des3 -out rootman.key
728x90
'강좌 및 설정 > 기타 설정' 카테고리의 다른 글
ip 주소 확인 (0) | 2022.07.18 |
---|---|
vscode 단축키 모음 (0) | 2022.07.17 |
VS CODE 사용자 코드 조각 html:ko 설정 (0) | 2022.07.15 |
docx 파일 열기시 zip으로 확장자 변경현상 (0) | 2010.07.22 |
alllow_url_fone = Off 설정에 따른 fsockopen 사용함수 (0) | 2010.04.02 |