Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit 8684ecd

Browse files
committed
generate key rather than using default one
1 parent b6b94e3 commit 8684ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/etc/cont-init.d/30-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mkdir -p \
88
[[ ! -e /config/scripts ]] && \
99
cp -R /opt/domoticz/scripts /config/
1010

11-
# copy default ssl certificate
11+
# generate ssl certificate
1212
if [ ! -e /config/keys/server_cert.pem ]; then
1313
openssl dhparam -out /config/keys/RSA2048.pem -5 2048
1414
openssl req -x509 -nodes -days 365 \

0 commit comments

Comments
 (0)