In this video we setup guacd with ssl and connect it to a guacamole client/web server hosted in the cloud.
Generate certificate and private key command:
sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/guacd.key -out /etc/ssl/certs/guacd.crt
Java keytool command:
keytool -import -alias secure_guacd_cert -keystore /usr/lib/jvm/java-11-openjdk-amd64/lib/security/cacerts -trustcacerts -file guacd.crt
Apache documentation:
https://guacamole.apache.org/doc/gug/...
#guacd #guacamole #apache #apacheguacamole