Skip to content

Commit 7d88da8

Browse files
committed
Update documentation for sums in newcert endpoint.
1 parent b92b544 commit 7d88da8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/endpoint_newcert.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Result:
2727
* certificate_request: a PEM-encoded certificate request
2828
* certificate: a PEM-encoded certificate, signed by the server
2929
* sums: a JSON object holding both MD5 and SHA1 digests for the certificate
30-
request and the certificate
30+
request and the certificate; note that this is the digest of the DER
31+
contents of the certificate, not the PEM contents
3132
* bundle: See the result of endpoint_bundle.txt (only included if the bundle parameter was set)
3233

3334
Example:

0 commit comments

Comments
 (0)