Skip to content

Commit

Permalink
Delete duplicate openssl.cnf
Browse files Browse the repository at this point in the history
Fix the issue:#2453

Signed-off-by: Wenxing Hou <wenxing.hou@intel.com>
  • Loading branch information
Wenxing-hou authored and jyao1 committed Dec 5, 2023
1 parent 817be70 commit 955350e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions unit_test/sample_key/openssl.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,6 @@ field1 = SEQUENCE:id_spdm_cert_oid
[id_spdm_cert_oid]
field1 = OID:1.3.6.1.4.1.412.274.2

[ v3_end ]
basicConstraints = critical,CA:false
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
subjectKeyIdentifier = hash
subjectAltName = otherName:1.3.6.1.4.1.412.274.1;UTF8:ACME:WIDGET:1234567890
extendedKeyUsage = critical, serverAuth, clientAuth, OCSPSigning
1.3.6.1.4.1.412.274.6 = ASN1:SEQUENCE:id_spdm_cert_oids
[id_spdm_cert_oids]
field1 = SEQUENCE:id_spdm_cert_oid
[id_spdm_cert_oid]
field1 = OID:1.3.6.1.4.1.412.274.2

[ v3_end_with_false_basicConstraints ]
basicConstraints = critical,CA:true
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
Expand Down

0 comments on commit 955350e

Please sign in to comment.