Created
June 9, 2013 04:23
-
-
Save kenji0x02/5737629 to your computer and use it in GitHub Desktop.
opensslで秘密鍵のパスフレーズを解除する。SSLを申込したときはパスフレーズ設定しちゃったけど、いざ使うとなると、プロセス自動再起動のときにパスフレーズ入力を求められて再起動できなくなるのでパスフレーズ削除。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl rsa -in server.key -out server.key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment