temporalio / tcld

The temporal cloud cli.
MIT License
32 stars 18 forks source link

[Feature Request] Allow setting a common name for generated certs #396

Open sagikazarmark opened 6 days ago

sagikazarmark commented 6 days ago

Is your feature request related to a problem? Please describe.

When renewing certificates, the tcld gen command doesn't allow setting the CN field in the subject (which is the recommended way to make sure subjects are unique as per the documentation)

Describe the solution you'd like

Allow setting the Common Name field. Better yet, allow generating it by using the current date.

Additional context