Skip to content

feat: add options to support client tls #128

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

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

coryb
Copy link
Contributor

@coryb coryb commented Aug 21, 2023

adding configuration properties:

  • coder.tlsCertFile
  • coder.tlsKeyFile
  • coder.tlsCaFile

fixes #126

@kylecarbs kylecarbs requested a review from code-asher September 7, 2023 14:45
@kylecarbs
Copy link
Member

@code-asher why might this fail?

@code-asher
Copy link
Member

code-asher commented Sep 7, 2023

Ah I think the certificate fixtures I generated expired, for some reason I just assumed they had no expiration if I never specified one but apparently there is a default (30 days it seems?). I will change it to either generate them as part of the test or make the expiration really far in the future.

adding configuration properties:
  coder.tlsCertFile
  coder.tlsKeyFile
  coder.tlsCaFile
@code-asher code-asher merged commit f440f5e into coder:main Sep 7, 2023
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.

add configuration options to support mtls
3 participants