Skip to content

Commit b34074f

Browse files
author
Christian Lindig
committed
fixup! CP-307865 adjust error meesage to mention supported SHA algorithms
Signed-off-by: Christian Lindig <[email protected]>
1 parent 8300c59 commit b34074f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ocaml/idl/datamodel_errors.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,8 +1708,8 @@ let _ =
17081708
~doc:"The provided certificate has expired." () ;
17091709
error Api_errors.server_certificate_signature_not_supported []
17101710
~doc:
1711-
"The provided certificate is not using one of the following signature \
1712-
algorithms: SHA256 (SHA2), SHA512."
1711+
"The provided certificate is not using one of the following SHA2 \
1712+
signature algorithms: SHA256, SHA512."
17131713
() ;
17141714

17151715
error Api_errors.server_certificate_chain_invalid []

0 commit comments

Comments
 (0)