WPB-25841: how to enable client EKU for dtls coturn federation#118
Open
sghosh23 wants to merge 5 commits into
Open
WPB-25841: how to enable client EKU for dtls coturn federation#118sghosh23 wants to merge 5 commits into
sghosh23 wants to merge 5 commits into
Conversation
mastaab
requested changes
May 22, 2026
mastaab
left a comment
There was a problem hiding this comment.
please also update configure-federation.md
| -key coturn-key.pem \ | ||
| -out coturn.csr \ | ||
| -subj "/C=US/ST=State/L=City/O=Your Organization/CN=coturn.example.com" \ | ||
| -addext "subjectAltName=DNS:coturn.example.com,DNS:coturn-0.coturn.default.svc.cluster.local,DNS:coturn-1.coturn.default.svc.cluster.local" \ |
There was a problem hiding this comment.
why are the cluster internal DNS names in here?
Contributor
Author
There was a problem hiding this comment.
right, that's not necessary at all
| -CAkey my-ca-key.pem \ | ||
| -CAcreateserial \ | ||
| -out coturn-cert.pem \ | ||
| -extfile <(printf "subjectAltName=DNS:coturn.example.com,DNS:coturn-0.coturn.default.svc.cluster.local,DNS:coturn-1.coturn.default.svc.cluster.local\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth,clientAuth") |
There was a problem hiding this comment.
same question related to the cluster internal names
|
|
||
| ## Step 7: Deploy Coturn with Updated Configuration | ||
|
|
||
| **Prerequisite**: The coturn chart must be at version `0.0.44` or later. Support for manually providing a self-signed certificate via `federate.dtls.tls.key`/`crt` was added in this version — earlier versions only support cert-manager-managed certificates. Verify your chart version: |
There was a problem hiding this comment.
the version sounds off to me. where is 0.0.44 coming from?
Contributor
Author
There was a problem hiding this comment.
its need to be fixed
| # Continue with Steps 5-7 to deploy | ||
| ``` | ||
|
|
||
| ## Complete Example |
There was a problem hiding this comment.
I think this is too much. the whole doc is very verbose already
Co-authored-by: Mathias Staab <71255223+mastaab@users.noreply.github.com>
Contributor
Author
|
@mastaab the doc should be less verbose now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change type
Basic information
Testing
Tracking