Add crypto_policy unlimited as environment variable (#1403)

Fix for integrating the Loxone binding. Ref: https://gitter.im/openhab/openhab-docker?at=5e4e52723ca8a67fb807eb87
pull/1409/head
Steven Goossens 2020-12-31 10:48:37 +01:00 committed by GitHub
parent fb6571610d
commit 2a2fa15a00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,7 @@ docker run \
-d \
-e USER_ID=<uid> \
-e GROUP_ID=<gid> \
-e CRYPTO_POLICY=unlimited \
--restart=always \
openhab/openhab:<version>-<distribution>
```
@ -146,6 +147,7 @@ ExecStart=/usr/bin/docker run --name=%n --net=host \
--device=/dev/ttyUSB0 \
-e USER_ID=<uid_of_openhab> \
-e GROUP_ID=<gid_of_openhab> \
-e CRYPTO_POLICY=unlimited \
openhab/openhab:<version>-<distribution>
ExecStop=/usr/bin/docker stop -t 2 %n ; /usr/bin/docker rm -f %n