- Log a support ticket and specify what server you would like to be setup on and what OS/Device you will be using.
- Install WireGuard on your system using either HomeBrew or MacPorts
brew install wireguard-tools
or
port install wireguard-tools - Run the below command to start the WireGuard connection
mkdir /usr/local/etc/wireguard/
- Copy the contents of the file Celo support sends you over to /usr/local/etc/wireguard/wg0.conf (you will need create this conf file)
- Run the below command to start the WireGuard connection
sudo wg-quick up wg0