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

issuers/vault: Switch to CSR signing #19

Merged
merged 1 commit into from
Jan 24, 2019
Merged

Conversation

johanbrandhorst
Copy link
Owner

Using CSR signing instead of direct certificate issuing
means we can safely work over HTTP connections
without exposing the private key in the response.
It is still recommended not to use HTTP since
it could mean interception of the authentication
credentials.

Fixes #11

Using CSR signing instead of direct certificate issuing
means we can safely work over HTTP connections
without exposing the private key in the response.
It is still recommended not to use HTTP since
it could mean interception of the authentication
credentials.

Fixes #11
@johanbrandhorst johanbrandhorst merged commit acac1de into master Jan 24, 2019
@johanbrandhorst johanbrandhorst deleted the fix-issue-11 branch January 24, 2019 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant