Skip to main content
OnCommand Insight
本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。

設定Cognos以登入智慧卡和憑證(OnCommand Insight 從版本號到版本號7.3.9)

貢獻者

您必須修改OnCommand Insight 「支援Cognos伺服器的智慧卡(CAC)和憑證登入」的「資料倉儲」組態。

步驟

  1. 將憑證授權單位(CA)新增至Cognos受託者。

    1. 在命令視窗中、前往 ..\SANscreen\cognos\analytics\configuration\certs\

    2. 使用 keytool 列出信任CA的公用程式: ..\..\jre\bin\keytool.exe -list -keystore CAMKeystore.jks -storepass NoPassWordSet

      每行的第一個字表示CA別名。

    3. 如果不存在適當的檔案、請提供CA憑證檔案、通常是 .pem 檔案:

    4. 若要將客戶的CA納入OnCommand Insight 可靠的可靠CA、請前往 ..\SANscreen\cognos\analytics\configuration\certs\

    5. 使用 keytool 匯入的公用程式 .pem 檔案: ..\..\jre\bin\keytool.exe -importcert -keystore CAMKeystore.jks -alias my_alias -file 'path/to/my.pem' -v -trustcacerts

      my_alias 通常是容易識別中CA的別名keytool -list 營運。

    6. 當系統提示輸入密碼時、請輸入 NoPassWordSet

    7. yes 當系統提示您信任憑證時。

  2. 若要啟用CAC模式、請執行 ..\SANscreen\bin\cognos_cac\enableCognosCAC.bat

  3. 若要停用CAC模式、請執行 ..\SANscreen\bin\cognos_cac\disableCognosCAC.bat