Encrypt Apache Guacamole GUACD protocol with SSL

Опубликовано: 25 Февраль 2026
на канале: #geek2gether
4,367
47

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