What key usage and extended key usage options are used in an ONTAP-generated CSR?
Applies to
- ONTAP 9
- SSL certificate signing request (CSR)
Answer
Generating a default CSR via
security certificate generate-csr
will contain the following X.509 v3 options:
% openssl req -text -in filename.csr
Certificate Request:
Data:
Version: 0 (0x0)
Subject: CN=test
Subject Public Key Info:
Public Key Algorithm: rsaEncryption
Public-Key: (2048 bit)
Modulus:
<SNIP>
Exponent: 65537 (0x10001)
Attributes:
Requested Extensions:
X509v3 Key Usage: critical
Digital Signature, Key Encipherment
X509v3 Extended Key Usage:
TLS Web Client Authentication, TLS Web Server Authentication
Additional Information
Manual page entry for security certificate generate-csr