Replies: 1 comment
-
i ended up by using the following which seems to work: k3d cluster create mycluster --k3s-arg "--tls-san="my.additional.hostname@server:0"" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi,
i want to add an additional hostname as SAN on the certificate
i tried it with the following but it wont work:
k3d cluster create mycluster --tls-san="my.additional.hostname"
can anyone help me out ? :)
Beta Was this translation helpful? Give feedback.
All reactions