You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by "daftaupe (via GitHub)" <gi...@apache.org> on 2023/10/01 07:53:46 UTC

[GitHub] [guacamole-client] daftaupe commented on a diff in pull request #694: GUACAMOLE-1524: Importing LDAPS certificate into docker container

daftaupe commented on code in PR #694:
URL: https://github.com/apache/guacamole-client/pull/694#discussion_r1342094181


##########
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:
   @sirux88 since there's an answer from @mike-jumper, are you going to keep on working on the PR ?



-- 
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: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org