管理自行簽署的憑證
若使用憑證進行測試,可以使用自行簽署的憑證。在部署配置中,可能會偏好使用信任的憑證授權機構 (CA) 之憑證。也可以使用 Directory Server 管理主控台以執行此作業。
-
當您建立憑證資料庫時,會自動提供預設自行簽署的憑證。若要以非預設的設定使用自行簽署的憑證,請使用 msgcert add-selfsign-cert 指令。範例:
msgcert add-selfsign-cert --name siroe --org comms --org-unit Messaging
--city SantaClara --state ca --country us MySelfSigned-Cert
|
自行簽署的憑證有效期為三個月。
-
請在自行簽署的憑證過期時,以此指令更新憑證:
msgcert renew-selfsign-cert cert_alias
|