Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 914242d

Browse files
committed
mkdir -p
1 parent 9767453 commit 914242d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
root-cert:
2+
mkdir -p certs
23
openssl genrsa -des3 -out certs/orbit-db-http-api.key 2048
34
openssl req -x509 \
45
-new -nodes \
56
-key certs/orbit-db-http-api.key \
67
-sha256 \
78
-days 1024 \
89
-out certs/orbit-db-http-api.pem
9-
mkdir /usr/local/share/ca-certificates/extra
10+
mkdir -p /usr/local/share/ca-certificates/extra
1011
cp certs/orbit-db-http-api.pem /usr/local/share/ca-certificates/extra/orbit-db-http-api.crt
1112
update-ca-certificates
1213

0 commit comments

Comments
 (0)