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

Load certificates from LocalMachine\My when serving HTTPS on Windows #73

Merged
merged 3 commits into from
Feb 22, 2024

Conversation

nblumhardt
Copy link
Member

With this change, seq-forwarder will look for SSL certificates in the local machine certificate store on Windows:

image

Certificates will be matched according to the hostname that seq-forwarder is listening on, so for example, if listenUri is https://example.com then a certificate with CN=example.com will be matched.

Certificates must be trusted, and must have a private key, or they will be ignored.

Note that the bind-ssl command is obsolete and no longer required, so I've removed it in this PR.

@nblumhardt nblumhardt merged commit a7198ca into datalust:dev Feb 22, 2024
1 check passed
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.

2 participants