sirux88 commented on a change in pull request #694:
URL: https://github.com/apache/guacamole-client/pull/694#discussion_r800056710



##########
File path: 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:
       @mike-jumper:
   I reviewed all the stuff once again and came to the conclusion that there's 
a easier and more overall solution.
   It ended up in 
[allow-jsk-usage](https://github.com/sirux88/guacamole-client/tree/allow-jsk-usage)
   
   I would suggest closing this topic as well as the JIRA issue and creating 
new ones.
   Please give me a short hint if this is fine for you. 
   I'll then do all the steps




-- 
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]


Reply via email to