IQ Bot HTTPS SSL 証明書の期限切れ

問題:

IQ Bot HTTPS SSL 証明書の有効期限が切れています

症状

ブラウザー ウィンドウの HTTPS エントリに横線が入り、安全ではないと表示されます。

原因

HTTPS 証明書の有効期限が切れています。

解決方法:

以下の方法で HTTPS SSL 証明書を再インストールします。
  1. 管理者として %installation_dir%%installation_dir%\Configurations を開いて、stopanduninstallallservices.bat を実行します。
  2. %installation_dir%\Portal\keys を開いて、cert.crtkey.key の各ファイルのバックアップを作成します。
  3. 次のコマンドを実行して、証明書の .pfx.crt 形式と .key 形式に変換します。
    1. openssl.exe pkcs12 -in "path_to_cert\example.pfx" -nocerts -out "path_to_cert\example encp.key"

      このコマンドは、pfx から暗号化されたキーをフェッチします。

    2. openssl.exe rsa -in "path_to_cert\example encp.key" -out "path_to_cert\key.key".

      このコマンドは、暗号化されたキーを読み取り可能な形式に変換します。

    3. openssl.exe pkcs12 -in "path_to_cert\example.pfx " -clcerts -nokeys -out "path_to_cert\cert.crt".

      このコマンドは、.pfx を .crt 形式に変換します。

  4. cert.crtkey.key をコピーするか、"%installation_dir%\Portal\keys" と置き換えます。
  5. %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=」を参照してください。