Skip to content

Commit

Permalink
Relax requirement of fingerprints in certificate object
Browse files Browse the repository at this point in the history
Signed-off-by: Mitchell Wasson <[email protected]>
  • Loading branch information
mlmitch committed Jan 6, 2025
1 parent e38d207 commit 9d5a214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ Thankyou! -->
1. Added `drive_type` and `drive_type_id` to the `file` object. #1287
1. Added `cpu_architecture` and `cpu_architecture_id` to `device_hw_info` object. #1278
1. Added `name` to `script` object. #1284
1. Relax requirement of `fingerprints` in `certificate` object. #????


### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion objects/certificate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"fingerprints": {
"description": "The fingerprint list of the certificate.",
"requirement": "required"
"requirement": "recommended"
},
"issuer": {
"caption": "Issuer Distinguished Name",
Expand Down

0 comments on commit 9d5a214

Please sign in to comment.