8000
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 aecbcff commit 1b58932Copy full SHA for 1b58932
tools/cert/create_cert.sh
@@ -55,5 +55,6 @@ openssl rsa -in example.key -outform DER -out example.key.DER
55
openssl x509 -in example.crt -outform DER -out example.crt.DER
56
57
# create header files
58
+mkdir ../../data/cert
59
xxd -i example.crt.DER > ../../data/cert/cert.h
60
xxd -i example.key.DER > ../../data/cert/private_key.h
0 commit comments