mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
No matter the passed region identifier, the CLI was always adding "<role>.global.nomad" to the certificate DNS names. This is not what we expect and has been removed. While here, the long deprecated cluster-region flag has been removed. This removal only impacts CLI functionality, so is safe to do.
4 lines
199 B
Plaintext
4 lines
199 B
Plaintext
```release-note:bug
|
|
cli: Fixed a bug in the `tls cert create` command that always added ``"<role>.global.nomad"` to the certificate DNS names, even when the specified region was not ``"global"`.
|
|
```
|