Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate vpn certs + multiple bootstrap fixes #1

Merged
merged 4 commits into from
Oct 8, 2018
Merged

generate vpn certs + multiple bootstrap fixes #1

merged 4 commits into from
Oct 8, 2018

Commits on Oct 5, 2018

  1. openssl: Improve cert generation and generate vpn certs

    * use easyrsa for cert generation/management
    * generate vpn requirements (ca, crt, dh)
    * remove `node` requirement for generating jwt kid
    * fix root ca cert generation
    * fix haproxy certificate generation
    
    Signed-off-by: Will Boyce <will@resin.io>
    wrboyce authored and Will Boyce committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    971bc55 View commit details
    Browse the repository at this point in the history
  2. start-project: Use getopts in place of positional args

    Signed-off-by: Will Boyce <will@resin.io>
    wrboyce authored and Will Boyce committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    08e2168 View commit details
    Browse the repository at this point in the history
  3. vagrant: Run docker login provision step as vagrant user

    Signed-off-by: Will Boyce <will@resin.io>
    wrboyce authored and Will Boyce committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    3634434 View commit details
    Browse the repository at this point in the history
  4. scripts: Lint fixes, add Makefile for linting

    Signed-off-by: Will Boyce <will@resin.io>
    wrboyce authored and Will Boyce committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    5d49872 View commit details
    Browse the repository at this point in the history