Skip to content

Commit

Permalink
Added -p option to mkdir in ./etc/generate-ssl-certs.sh to ensure par…
Browse files Browse the repository at this point in the history
…ent directories are made during creation time
  • Loading branch information
JmScherer committed Nov 13, 2023
1 parent e36857a commit 8ef73e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/generate-ssl-certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
HOSTNAME=$1
CERT_PATH=$2

mkdir "$CERT_PATH"
mkdir -p "$CERT_PATH"

mkcert -cert-file "$CERT_PATH"/local-deployment-cert.pem -key-file "$CERT_PATH"/local-deployment-key.pem "$HOSTNAME"
mkcert -install

0 comments on commit 8ef73e9

Please sign in to comment.