openssl req -new -newkey rsa:2048 -nodes -keyout server_secure.key -out server.csr
openssl x509 -req -days 365 -in http://www.xxxx.co.kr.csr -signkey server_secure.key -out server.crt
openssl rsa -in server_secure.key -out server.key
'Linux' 카테고리의 다른 글
[Shell] 드랍박스에 프로젝트폴더를 둘때 심링크를 두어 업로드 피하기 (0) | 2014.09.17 |
---|---|
[Shell] 오래된 파일 삭제하기 (0) | 2014.08.24 |
[ShellScript] GB(GigaByte) 단위의 텍스트 파일 열기 (0) | 2014.03.27 |
[ShellScript] SWAP 메모리를 많이 사용하는 프로세스 찾기 (0) | 2014.03.01 |
[ShellScript] cron 으로 메일발송하면 한글이 ???? 로 깨지는 문제 해결 (0) | 2014.02.11 |