Steps to set up Barrier with SSL #2105
anas-abbadi09
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here’s a detailed summary of the steps to set up Barrier with SSL on macOS (server), Windows 10 (client), and Linux machines:
Setup for macOS (Server)
Download and Install Barrier:
.dmg
file from the official website.Install OpenSSL (if not already installed):
Generate the SSL Certificate:
Barrier.pem
file in theSSL
directory with a validity of 365 days.Allow Barrier in macOS Security Settings:
Restart Barrier:
Setup for Windows 10 (Client)
Download and Install Barrier:
Barrier.exe
file and perform a fresh install.Install Git for Windows:
Generate the SSL Certificate:
-subj
argument to avoid POSIX path issues.Restart Barrier Client:
Confirm SSL Fingerprint:
Setup for Linux (Client)
Download and Install Barrier:
Generate the SSL Certificate:
Disable Wayland (if needed):
#WaylandEnable=false
to disable Wayland:Restart Barrier Client:
Disable Wi-Fi Power Saving (Optional):
wifi.powersave = 3
towifi.powersave = 2
.Confirm SSL Fingerprint:
Beta Was this translation helpful? Give feedback.
All reactions