IQ Bot HTTPS SSL 証明書の期限切れ
- 最終更新日2020/05/06
IQ Bot HTTPS SSL 証明書の期限切れ
問題:
IQ Bot HTTPS SSL 証明書の有効期限が切れています
症状
ブラウザー ウィンドウの HTTPS エントリに横線が入り、安全ではないと表示されます。
原因
HTTPS 証明書の有効期限が切れています。
解決方法:
以下の方法で HTTPS SSL 証明書を再インストールします。
- 管理者として %installation_dir%%installation_dir%\Configurations を開いて、stopanduninstallallservices.bat を実行します。
- %installation_dir%\Portal\keys を開いて、cert.crt と key.key の各ファイルのバックアップを作成します。
- 次のコマンドを実行して、証明書の .pfx を .crt 形式と .key 形式に変換します。
- openssl.exe pkcs12 -in "path_to_cert\example.pfx" -nocerts -out "path_to_cert\example encp.key"
このコマンドは、pfx から暗号化されたキーをフェッチします。
- openssl.exe rsa -in "path_to_cert\example encp.key" -out "path_to_cert\key.key".
このコマンドは、暗号化されたキーを読み取り可能な形式に変換します。
- openssl.exe pkcs12 -in "path_to_cert\example.pfx " -clcerts -nokeys -out "path_to_cert\cert.crt".
このコマンドは、.pfx を .crt 形式に変換します。
- openssl.exe pkcs12 -in "path_to_cert\example.pfx" -nocerts -out "path_to_cert\example encp.key"
- cert.crt と key.key をコピーするか、"%installation_dir%\Portal\keys" と置き換えます。
- %installation_dir%\Configurations に移動して、管理者として installandstartervices.bat を実行します。
HTTPS 証明書の必要性に関する詳細は、「https://www.instantssl.com/compare-tsl-ssl-certificates#Zj0vY2F0ZWdvcnkvZXhwbG9yZT9wPUV4cGxvcmU=」を参照してください。HTTPS SSL 証明書に関する詳細は、「https://www.websecurity.digicert.com/security-topics/what-is-ssl-tls-https#Zj0vY2F0ZWdvcnkvZXhwbG9yZT9wPUV4cGxvcmU=」を参照してください。