Skip to main content
SnapCenter Software 4.5
此產品有較新版本可以使用。
本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。

使用Windows主機外掛程式服務設定CA憑證

貢獻者

您應該使用Windows主機外掛程式服務來設定CA憑證、以啟動安裝的數位憑證。

請在SnapCenter 已部署CA憑證的所有插件主機上執行下列步驟。

步驟

  1. 執行下列命令、以SMCore預設連接埠8145移除現有的憑證繫結:

    '>netsh http DELETE sslcert ipport=0.00.0.0:_<SMCore Port>'

    例如:

     > netsh http delete sslcert ipport=0.0.0.0:8145
    . 執行下列命令、將新安裝的憑證與Windows主機外掛程式服務連結:

    $cert =「_」

    $guid =[guid]::NewGuid().ToString("B")'

    'netsh http add slcert ipport=0.00.0:<SMCore Port> certhash=$cert AppID="$guid"

    例如:

    > $cert = “a909502dd82ae41433e6f83886b00d4277a32a7b”
    > $guid = [guid]::NewGuid().ToString("B")
    > netsh http add sslcert ipport=0.0.0.0:8145 certhash=$cert appid="$guid"