代理程式使用自我簽署的憑證進行內部通訊,在進行登陸程序時則使用第二個憑證,而這個憑證是由伺服器簽署的。依預設,憑證儲存於 data 資料夾內產生的 Keystore 中。您可以設定自己的 Keystore,使其供代理程式使用。

重要: 若要使用您自己的 Keystore,您必須在首次啟動代理程式前執行此工作。

程序

  1. agent.properties 檔案內啟用 # agent.keystore.path= # agent.keystore.password= 內容。
    使用 agent.keystore.path 定義 Keystore 的完整路徑,並使用 agent.keystore.password 定義 Keystore 的密碼。
  2. 在內容檔中新增 [agent.keystore.alias] 內容,將其設為主要憑證的別名,或是 Keystore 主要憑證的私密金鑰項目。