Skip to content

Commit

Permalink
fixed typo in X509 example with X509_v3_extension
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiazza authored Aug 18, 2024
1 parent 059ed09 commit 6efe701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/drafts/v2.1.1/stix-v2.1.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8652,7 +8652,7 @@ _X.509 Certificate w/ V3 Extensions_
"x509_v3_extensions":{
"basic_constraints":"critical,CA:TRUE, pathlen:0",
"name_constraints":"permitted;IP:192.168.0.0/255.255.0.0",
"policy_contraints":"requireExplicitPolicy:3",
"policy_constraints":"requireExplicitPolicy:3",
"key_usage":"critical, keyCertSign",
"extended_key_usage":"critical,codeSigning,1.2.3.4",
"subject_key_identifier":"hash",
Expand Down

0 comments on commit 6efe701

Please sign in to comment.