We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac88b9 commit f885d69Copy full SHA for f885d69
ocaml/idl/datamodel_certificate.ml
@@ -65,6 +65,6 @@ let t =
65
"Date before which the certificate is valid"
66
; field ~qualifier:StaticRO ~lifecycle ~ty:String "fingerprint"
67
~default_value:(Some (VString ""))
68
- "The certificate's fingerprint / hash"
+ "The certificate's SHA256 fingerprint / hash"
69
]
70
~messages:[] ()
0 commit comments