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 23daca0 commit b6f1b1eCopy full SHA for b6f1b1e
samples/certificates.md
@@ -26,7 +26,7 @@ Now sign that with the issuing private key. If using OpenSSL's command-line
26
tool, here is a sample command:
27
28
ascii2der -i tbs-cert.txt | openssl dgst -sha256 -sign issuer_key.pem | \
29
- xxd -p -c 9999 > signature.txt
+ xxd -p -c 0 > signature.txt
30
31
For other options, replace `-sha256` with a different digest or pass `-sigopt`.
32
See [OpenSSL's documentation](https://www.openssl.org/docs/man1.1.1/man1/dgst.html)
0 commit comments