이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 18. GenExtKeyUsage (Adding the Key Usage Extension to a Request)
The
GenExtKeyUsage
tool creates a base-64 encoded blob that adds ExtendedKeyUsage
(OID 2.5.29.37) to the certificate. This blob is pasted into the certificate approval page when the certificate is created.
18.1. Syntax 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
The
GenExtKeyUsage
tool has the following syntax:
GenExtKeyUsage [true|false] OID ...
GenExtKeyUsage [true|false] OID ...
Option | Description |
---|---|
true | false | Sets the criticality. true means the extension is critical; false means it is not critical. The criticality value is used during the certificate validation process. If an extension is marked as critical, then the path validation software must be capable of interpreting that extension. |
OID | The OID numbers that represent each certificate type selected for the certificate. |