Hello:

Should ETCD_TLS_MIN_VERSION and ETCD_CIPHER_SUITES be recognized as valid
in the /etc/default/etcd file?

I'd like to set...

ETCD_TLS_MIN_VERSION="TLS1.3" # or, maybe TLSv1.3 - with v like nginx?
ETCD_CIPHER_SUITES="TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256"

Tried adding ETCD_TLS_MIN_VERSION first but I'm getting an "unrecognized"
entry in the logs.

ETCD_KEY_FILE and other related TLS vars seem to match up OK.

I'm on Bookworm.
/usr/bin/etcd --version returns 3.4.23

Thanks,
Dennis

Reply via email to