Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Jul 4, 2023
1 parent 61cc359 commit b6edb1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions infrastructure/docker/services/router/generate-ssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ BASE=$(dirname $0)

CERTS_DIR=$BASE/certs

rm -rf mkdir $CERTS_DIR

rm -rf $CERTS_DIR
mkdir -p $CERTS_DIR

openssl req -x509 -sha256 -newkey rsa:4096 \
Expand Down

0 comments on commit b6edb1c

Please sign in to comment.