Skip to content

Commit

Permalink
remove time limit for generated key
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Dec 2, 2024
1 parent d4a27ee commit c6c5ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/nginx/setup-odk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ envsubst < /usr/share/odk/nginx/client-config.json.template > /usr/share/nginx/h
# should never be seen by legitimate users, so it's not a big deal that it's
# self-signed.
mkdir -p /etc/nginx/ssl
openssl req -x509 -nodes -days 365 -newkey rsa:2048 \
openssl req -x509 -nodes -newkey rsa:2048 \
-subj "/" \
-keyout /etc/nginx/ssl/nginx.default.key \
-out /etc/nginx/ssl/nginx.default.crt
Expand Down

0 comments on commit c6c5ce8

Please sign in to comment.