Skip to content

Commit 7c543dc

Browse files
authored
Update create_ca_cert.sh
1 parent 71b1053 commit 7c543dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_ca_cert.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ fi
6262

6363
cd /certs
6464

65-
if [ -f "fullchain_with_key.pem" ]; then
65+
if [ ! -f "fullchain_with_key.pem" ]; then
6666
logInfo "Generate IA key"
6767
openssl genrsa -des3 -passout pass:foobar -out ia.key 4096 &>/dev/null
6868

0 commit comments

Comments
 (0)