相互認証を使用して、MID サーバーの MID サーバー証明書の有効期限が切れた後に更新する方法Summary<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } 相互認証を使用して、MID サーバーの MID サーバー証明書の有効期限が切れた後に更新する方法 Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } すべて Instructions<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } 必要な手順は次のとおりです。 > ServiceNow インスタンスで sys_user_certificate を開き、古い証明書を非アクティブに設定します。新しいエントリを作成し、証明書を添付します (添付ファイルに証明書のみが含まれていることを確認してください)。アクティブに設定します。 > MID サーバーホストで、キーを含む証明書を準備し、証明書と秘密鍵のコンテンツに以下が含まれていることを確認します。-----BEGIN CERTIFICATE----------END CERTIFICATE----------BEGIN PRIVATE KEY----------END PRIVATE KEY----- > MID サーバーサービスを停止し、MID サーバーフォルダーから以下のコマンドを実行し、古い証明書が現在インストールされていることを確認します(注:以下のスクリプトはエージェントフォルダーから実行する必要があります) ./bin/scripts/manage-certificates.sh -g defaultsecuritykeypairhandle > 次のコマンドを使用して、古い証明書を削除してください。 ./bin/scripts/manage-certificates.sh -d defaultsecuritykeypairhandle > 新しい証明書をインストールします。 ./bin/scripts/manage-certificates.sh -a defaultsecuritykeypairhandle <fileName> > MID サーバーサービスの開始 (上記のコマンドは Linux ホスト用です。Windows ホストの場合は、.shを.batに置き換えます コマンドの使用法は、以下のドキュメントで確認できます。 MID サーバー相互認証の有効化 さらに質問や問題がある場合は、ServiceNow サポートポータルでサポートケースを提出してください。