Skip to content

Instantly share code, notes, and snippets.

@ryan-blunden
Created March 12, 2019 20:42
Show Gist options
  • Save ryan-blunden/0414427091bf2985b85e011440f3b8c8 to your computer and use it in GitHub Desktop.
Save ryan-blunden/0414427091bf2985b85e011440f3b8c8 to your computer and use it in GitHub Desktop.
#! /usr/bin/env bash
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ~/.sourcegraph/config/sourcegraph.key -out ~/.sourcegraph/config/sourcegraph.crt -subj "/CN=localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment