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

feat(ext/net): support cert, key options in listenTls #13740

Merged
merged 1 commit into from
Feb 24, 2022

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Feb 22, 2022

This PR adds cert: string and key: string options to Deno.listenTls and deprecates certFile and keyFile options.

You can specify the cert and private key from any source now. The read permission is checked only when certFile or keyFile is specified

closes #12639

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

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

LGTM

@kt3k kt3k merged commit 3e8180c into denoland:main Feb 24, 2022
@kt3k kt3k deleted the feat/tls-listen-cert-on-memory branch February 24, 2022 04:16
@kt3k kt3k mentioned this pull request Aug 23, 2022
14 tasks
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.

[feat. request] Allow reading CA certificate and key file from a variable instead of a file.
2 participants