WPB-25841: how to enable client EKU for dtls coturn federation#118
Conversation
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?
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?
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>
|
@mastaab the doc should be less verbose now. |
|
PR to update configure-federation.md wireapp/wire-server#5240 |
Change type
Basic information
Testing
Tracking