Skip to content

Instantly share code, notes, and snippets.

@tmilewski
Last active August 29, 2015 14:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmilewski/11407741 to your computer and use it in GitHub Desktop.
Save tmilewski/11407741 to your computer and use it in GitHub Desktop.
HTTPS with POW
# Install stud
brew install https://raw.github.com/paulnicholson/homebrew/master/Library/Formula/stud.rb
# Download and install the powssl script
curl https://gist.githubusercontent.com/paulnicholson/2050941/raw/3ea59efe8c7e9013c265313045a9fdda5c653963/powssl > ~/bin/powssl
chmod +x ~/bin/powssl
# Add ~/bin to your PATH
export PATH="$HOME/bin:$PATH"
# Run powssl to create development certificate and configure stud.
powssl
# Launch the app
open https://app.dev/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment