Skip to content

Commit f885d69

Browse files
committed
CA-385315: document the certificates' fingerprints hash algorithm
The hashes in the database always use SHA256 Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
1 parent 7ac88b9 commit f885d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/idl/datamodel_certificate.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ let t =
6565
"Date before which the certificate is valid"
6666
; field ~qualifier:StaticRO ~lifecycle ~ty:String "fingerprint"
6767
~default_value:(Some (VString ""))
68-
"The certificate's fingerprint / hash"
68+
"The certificate's SHA256 fingerprint / hash"
6969
]
7070
~messages:[] ()

0 commit comments

Comments
 (0)