Skip to content

Commit 3955dd4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent aa6fc2b commit 3955dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pebble/files/certificate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ SAN_DNS=`echo "$@" | awk -F, '{for(i=1; i<=NF; i++) {printf "DNS:" $i ", "}}'`
1515

1616
# Server certificate key
1717
if [ ! -f "$CERT_DIR/key.pem" ]; then
18-
openssl genrsa -out "$CERT_DIR/key.pem" 2048
18+
openssl genrsa -out "$CERT_DIR/key.pem" 2048
1919
fi
2020

2121
# Server certificate

0 commit comments

Comments
 (0)