sirux88 commented on code in PR #694: URL: https://github.com/apache/guacamole-client/pull/694#discussion_r1342114868
########## Dockerfile: ########## @@ -62,6 +62,9 @@ ARG GID=1001 RUN groupadd --gid $GID guacamole RUN useradd --system --create-home --shell /usr/sbin/nologin --uid $UID --gid $GID guacamole +# allow guacamole user to import certificates into default java keystore file cacerts +run chown guacamole /usr/local/openjdk-8/jre/lib/security/cacerts && chmod +w /usr/local/openjdk-8/jre/lib/security/cacerts Review Comment: Sorry but no @daftaupe I'll close this PR and will not open a new one. Reasons are the same as above and without any offense to anyone mike's comment is not an answer to the question it is an excuse. Your options are: 1) You could use the `startup.sh` from my branch [allow-jsk-usage](https://github.com/sirux88/guacamole-client/tree/allow-jsk-usage) and mount it into your container. Then set the appropriate environment variables and use your own keystore file. 2) Copy my approach and open a new PR on yourself 3) There's another PR that deals with loading custom keystore files #805. The PR's reason is different but the solution may fit for your needs aswell. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
