Confirmed this bug affects Debian and likely all distributions derived from it. Barrier 2.4.0 installed from distribution repositories, i.e. sudo apt install barrier
Directory for SSL certificate on Linux (at least Debian and friends) is: /home/lubod/.local/share/barrier/SSL Same command as posted for Mac OS creates SSL certificate: openssl req -x509 -nodes -days 365 -subj /CN=Barrier -newkey rsa:4096 -keyout Barrier.pem -out Barrier.pem Fix can be implemented by adding a post-install script to the existing package that does: #!/bin/bash # cd ~/.local/share/barrier/SSL openssl req -x509 -nodes -days 365 -subj /CN=Barrier -newkey rsa:4096 -keyout Barrier.pem -out Barrier.pem -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1995190 Title: Barrier doesn't exchange SSL certificates To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/barrier/+bug/1995190/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
