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

[ADDED] Ability to specify TLS configuration for account resolver #1272

Merged
merged 1 commit into from
Feb 4, 2020

Conversation

kozlovic
Copy link
Member

@kozlovic kozlovic commented Feb 3, 2020

A new config section allows to specify specific TLS parameters for
the account resolver:

resolver_tls {
  cert_file: ...
  key_file: ...
  ca_file: ...
}

Resolves #1271

Signed-off-by: Ivan Kozlovic ivan@synadia.com

A new config section allows to specify specific TLS parameters for
the account resolver:
```
resolver_tls {
  cert_file: ...
  key_file: ...
  ca_file: ...
}
```

Resolves #1271

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
Copy link
Member

@derekcollison derekcollison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

server/server.go Show resolved Hide resolved
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.

Proposal: Usage of a different TLS certificate for Account Server Communication
2 participants