SSL 対応 Web サーバーを立ち上げる
■ 戻る ■
- SSL対応Web サーバーを立ち上げる
- > /usr/home/s000/httpd/src/httpsd -f /usr/home/s000/httpd/SSLconf/conf/httpd.conf
Reading certificate and key fot server s000.demo.k-isit.or.jp:10443
Enter PEM pass phrase:
- 秘密鍵にパスワードを設定している場合は上記のようにパスワードを聞いてくる。リクエストファイルを生成した時に入力したパスワードを入力する
パスワードを外したい場合、又はサーバー起動時に自動的に立ち上げたい場合はパスワードを外す。
注、パスワードを外す場合は特にファイルの属性に注意
- パスワードを外す場合
> rsa -in private.pem -out private_nopass.pem
- パスワードをつける場合
> rsa -in private.pem -out private_pass.pem -des