Skip to content

Instantly share code, notes, and snippets.

@austinsonger
Last active February 11, 2022 17:36
Show Gist options
  • Save austinsonger/f5e63746625b0523ffe787a10c4ed69a to your computer and use it in GitHub Desktop.
Save austinsonger/f5e63746625b0523ffe787a10c4ed69a to your computer and use it in GitHub Desktop.
Pritunl - Zero-Trust

Copy, Paste, Enter (One By One)

sudo tee /etc/apt/sources.list.d/mongodb-org-4.0.list << EOF
deb https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0 multiverse
EOF
sudo tee /etc/apt/sources.list.d/pritunl.list << EOF
deb http://repo.pritunl.com/stable/apt bionic main
EOF
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 9DA31620334BD75D9DCB49F368818C72E52529D4
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 7568D9BB55FF9E5287D586017AE645C0CF8E292A
sudo apt-get update
sudo apt-get --assume-yes install pritunl-zero mongodb-server
sudo systemctl start pritunl-zero mongodb
sudo systemctl enable pritunl-zero mongodb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment