Skip to content

Instantly share code, notes, and snippets.

@dsdstudio
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsdstudio/1642773eb256cfd82dc6 to your computer and use it in GitHub Desktop.
Save dsdstudio/1642773eb256cfd82dc6 to your computer and use it in GitHub Desktop.
openssl key 파일 비밀번호 제거하기
# openssl key 파일 비밀번호 제거하기
/path/to/openssl rsa -in /path/to/originalkeywithpass.key -out /path/to/newkeywithnopass.key
## 기관별 체인 인증서 뭉치기
# http://www.digicert.com/ssl-certificate-installation-nginx.htm
# https://www.comodossl.co.kr/support/faq/view.aspx?category=SSL&Seq=70
 cat yourdomain.net.crt PositiveSSL.Chain/PositiveSSLCA2.crt PositiveSSL.Chain/AddTrustExternalCARoot.crt >> yourdomain.net.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment