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 8300c59 commit b34074fCopy full SHA for b34074f
ocaml/idl/datamodel_errors.ml
@@ -1708,8 +1708,8 @@ let _ =
1708
~doc:"The provided certificate has expired." () ;
1709
error Api_errors.server_certificate_signature_not_supported []
1710
~doc:
1711
- "The provided certificate is not using one of the following signature \
1712
- algorithms: SHA256 (SHA2), SHA512."
+ "The provided certificate is not using one of the following SHA2 \
+ signature algorithms: SHA256, SHA512."
1713
() ;
1714
1715
error Api_errors.server_certificate_chain_invalid []
0 commit comments