Skip to content

Instantly share code, notes, and snippets.

View chebykin's full-sized avatar

Nikita Chebykin chebykin

View GitHub Profile
@spalladino
spalladino / setup-relayer.md
Last active November 18, 2020 15:10
Manual script for setting up a GSNv1 relayer

Manual setup for a GSN relayer

⚠️ This setup is only good for GSNv1. Head over to https://docs.opengsn.org for the latest setup for GSNv2.

Install nginx and certbot

sudo add-apt-repository universe
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
sudo apt-get install nginx software-properties-common certbot python-certbot-nginx