7.1.2.8.4 已翻譯 對應原文版本:2.3.0

OCSP 回應伺服器(OCSP Responder)之基本限制(Basic Constraints)

跳至原文

OCSP Responder Basic Constraints

OCSP Responder certificates MUST NOT be CA certificates. The issuing CA may indicate this one of two ways: by omission of the basicConstraints extension, or through the inclusion of a basicConstraints extension that sets the cA boolean to FALSE.

OCSP 回應伺服器憑證不得(MUST NOT)為 CA 憑證。簽發憑證機構(issuing CA)得以下列兩種方式之一表明該憑證非 CA 憑證:不包含 basicConstraints 擴充欄位,或包含將 cA 布林值設為 FALSE 的 basicConstraints 擴充欄位。

FieldDescription
cAMUST be FALSE
pathLenConstraintMUST NOT be present
欄位說明
cA應(MUST)為 FALSE
pathLenConstraint不得(MUST NOT)存在

Note: Due to DER encoding rules regarding the encoding of DEFAULT values within OPTIONAL fields, a basicConstraints extension that sets the cA boolean to FALSE MUST have an extnValue OCTET STRING which is exactly the hex-encoded bytes 3000, the encoded representation of an empty ASN.1 SEQUENCE value.

注意:依 DER 對 OPTIONAL 欄位中 DEFAULT 值之編碼規則,將 cA 布林值設為 FALSE 的 basicConstraints 擴充欄位,其 extnValue OCTET STRING 內容應(MUST)確切為十六進位編碼之位元組 3000,即空 ASN.1 SEQUENCE 值之編碼表示。