8000 Included creation of directories in create_cert.sh (because git doesn… · gmos/esp32_https_server@1b58932 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b58932

Browse files
committed
Included creation of directories in create_cert.sh (because git doesn't create empty dirs)
1 parent aecbcff commit 1b58932

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/cert/create_cert.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ openssl rsa -in example.key -outform DER -out example.key.DER
5555
openssl x509 -in example.crt -outform DER -out example.crt.DER
5656

5757
# create header files
58+
mkdir ../../data/cert
5859
xxd -i example.crt.DER > ../../data/cert/cert.h
5960
xxd -i example.key.DER > ../../data/cert/private_key.h

0 commit comments

Comments
 (0)
0