We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92b544 commit 7d88da8Copy full SHA for 7d88da8
doc/api/endpoint_newcert.txt
@@ -27,7 +27,8 @@ Result:
27
* certificate_request: a PEM-encoded certificate request
28
* certificate: a PEM-encoded certificate, signed by the server
29
* sums: a JSON object holding both MD5 and SHA1 digests for the certificate
30
- request and the certificate
+ request and the certificate; note that this is the digest of the DER
31
+ contents of the certificate, not the PEM contents
32
* bundle: See the result of endpoint_bundle.txt (only included if the bundle parameter was set)
33
34
Example:
0 commit comments