From 2a2fa15a0063d113555d06e4b59d84658290396b Mon Sep 17 00:00:00 2001 From: Steven Goossens Date: Thu, 31 Dec 2020 10:48:37 +0100 Subject: [PATCH] Add crypto_policy unlimited as environment variable (#1403) Fix for integrating the Loxone binding. Ref: https://gitter.im/openhab/openhab-docker?at=5e4e52723ca8a67fb807eb87 --- installation/docker.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installation/docker.md b/installation/docker.md index e9938d131..6b673c203 100644 --- a/installation/docker.md +++ b/installation/docker.md @@ -94,6 +94,7 @@ docker run \ -d \ -e USER_ID= \ -e GROUP_ID= \ + -e CRYPTO_POLICY=unlimited \ --restart=always \ openhab/openhab:- ``` @@ -146,6 +147,7 @@ ExecStart=/usr/bin/docker run --name=%n --net=host \ --device=/dev/ttyUSB0 \ -e USER_ID= \ -e GROUP_ID= \ + -e CRYPTO_POLICY=unlimited \ openhab/openhab:- ExecStop=/usr/bin/docker stop -t 2 %n ; /usr/bin/docker rm -f %n