Skip to content

Feature: simplify tls setup #2567

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

Closed
wants to merge 5 commits into from
Closed

Feature: simplify tls setup #2567

wants to merge 5 commits into from

Conversation

srfrog
Copy link
Contributor

@srfrog srfrog commented Sep 6, 2018

This PR adds a new subcommand to dgraph 'cm' for certificate management.

New commands:

  • dgraph cm make-ca
    create root CA certificate and key
  • dgraph cm make-node
    create node certificate and key, for multiple hosts
  • dgraph cm make-client
    create client certificate and key for users
  • dgraph cm list
    used to list all certificates and keys in a directory

This change is Reviewable

…d client-specific CA, no use case. tweaked listing for readability. fixed clock skew bug in validity. added serials to DN for auditing. fixed CA to not reuse for server/client and added no-repudiation bit.
@CLAassistant
Copy link

CLAassistant commented Sep 6, 2018

CLA assistant check
All committers have signed the CLA.

@srfrog srfrog closed this Sep 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants