Hi @anas.hamra,
If you already have valid certificates for your domain, you can replace the certificates inside the /opt/bitnami/apache/conf/bitnami/certs/
folder and specify them in the Guacamole HTTPS configuration file (/opt/bitnami/apache/conf/vhosts/guacamole-https-vhost.conf
).
You will also need to configure the permissions and restart Apache
sudo chown root:root /opt/bitnami/apache2/conf/bitnami/certs/*.crt
sudo chmod 600 /opt/bitnami/apache2/conf/bitnami/certs/*.key
sudo /opt/bitnami/ctlscript.sh restart
Happy to help!
Was my answer helpful? Click on 