SPICE | WireGuard Application Setup Guide - UMCST/SPICE-user-info GitHub Wiki
Linux:
- Decrypt .gpg file with
gpg <filename>
- Install wireguard and put the decrypted config file under /etc/wireguard/
- Rename the file so it is less than 15 characters long
- Run
sudo wg-quick up <config file name without .conf>
to connect to the VPN andsudo wg-quick down <config file name without .conf>
to disconnect
Windows:
- Decrypt .gpg file with a tool like git bash
(gpg -d)
or GPG4Win - Install wireguard
- Should be pretty simple from there: How To Install WireGuard On Windows | by Ryan Geddes
Mac:
- Install gpg at gnupg.org under “GnuPG Binary Releases” for OSX
- Decrypt .gpg file with
gpg <filename>
or through the GUI - Install Wireguard
- Follow the same GUI Instructions from How To Install WireGuard On Windows | by Ryan Geddes