1 月30th

OpenSSL パスフレーズ解除

t-matsuda Apache Read on

OpenSSLでパスフレーズを解除する方法。
(定期的にcronでapache再起動させてるので。)

cd /etc/httpd/conf/ssl2008/ssl.key
cp -p www.xxxxxx.jp.key www.xxxxxx.jp.key.org
openssl rsa -in www.xxxxxx.jp.key.org -out www.xxxxxx.jp.key


About this entry