証明書ルールの編集
証明書のルールを編集して、更新間隔および更新期間を変更します。
証明書の更新ルールを編集して、自動更新プロセスをいつでも変更できます。更新ルールは、更新間隔と更新期間で構成されます。証明書の更新ルールを構成しますが、更新間隔は現在の証明書バージョンの失効日に対して計算されます。更新ルールを再度編集するには、更新ルールに対する以前の変更が完了し、証明書がアクティブ状態になっている必要があります。
証明書の更新ルールの更新に使用するコマンドは、証明書の作成方法によって異なります。さらに、更新ルールを再度編集するには、更新ルールに対する以前の変更が完了し、証明書がアクティブ状態になっている必要があります。
内部で発行し、管理している証明書の更新ルールを変更するには、oci certs-mgmt certificate update-certificate-managed-internallyコマンドおよび必要なパラメータを使用します:
ノート
拡張更新期間と更新間隔を指定する場合は、P<number>D
という形式を使用し、数値変数を目的の日数に置き換えます。また、証明書の更新ルールを構成しますが、更新間隔は現在の証明書バージョンの有効期限に対して計算されます。oci certs-mgmt certificate update-certificate-managed-internally --certificate-id <certificate_OCID> --certificate-rules <renewal_rule_JSON>
例:
oci certs-mgmt certificate update-certificate-managed-internally --certificate-id ocid1.certificate.oc1.<region>.<unique_ID> --certificate-rules file://path/to/renewalrule.json
内部で発行したが、外部で管理している秘密キーがある証明書の更新ルールを変更するには、oci certs-mgmt certificate update-certificate-managed-externallyコマンドおよび必要なパラメータを使用します:
oci certs-mgmt certificate update-certificate-managed-externally --certificate-id <certificate_OCID> --csr-pem <certificate_signing_request> --certificate-rules <renewal_rule_JSON>
例:
oci certs-mgmt certificate update-certificate-managed-externally --certificate-id ocid1.certificate.oc1.<region>.<unique_ID> --csr-pem file://path/to/externalcert.pem --certificate-rules file://path/to/renewalrule.json
インポートした証明書の更新ルールを変更するには、oci certs-mgmt certificate update-certificate-by-importing-config-detailsコマンドおよび必要なパラメータを使用します:
oci certs-mgmt certificate update-certificate-by-importing-config-details --certificate-id <certificate_OCID> --cert-chain-pem <certificate_chain_contents_file> --certificate-pem <certificate_contents_file> --private-key-pem <private_key_file> --certificate-rules <renewal_rule_JSON>
例:
oci certs-mgmt certificate update-certificate-by-importing-config-details --certificate-id ocid1.certificate.oc1.<region>.<unique_ID> --cert-chain-pem file://path/to/certchain.pem --certificate-pem file://path/to/leafcert.pem --private-key-pem file://path/to/privatekey.pem --certificate-rules file://path/to/renewalrule.json
CLIコマンドのフラグおよび変数オプションの完全なリストは、CLIコマンドライン・リファレンスを参照してください。
UpdateCertificate操作を実行して、証明書の更新ルールを編集します。