-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Etcd Ignoring x509 IP SANs Value #8318
Comments
What etcd version are you running? |
@gyuho Oops, totally forgot!
|
@gyuho I'm not familiar with the particulars of that issue - although upon a quick glance, that ticket appears to regard the DNS SANs, not IP SANs. I was able to resolve my problem by setting the SAN as |
I saw the same error when using mysql client in golang:
and setting |
etcd ignoring x509 IP SANS field
Good morning all,
I'm attempting to secure a five node cluster using my organization's internal certificate authority. To provide some background, we're using Ansible to automate node configuration management. Previously, we've been successful in deploying clusters which communicate over plaintext transmission.
At this point in time, we've issued signed certificates for each machine in the cluster and have specified the machine's IP address as the subject alternative name, per x509; however, etcd is complaining stating that the field is missing.
Any guidance in resolving this issue would greatly be appreciated.
journalctl -xe
systemd.unit
/etcd/systemd/system/etcd_cluster.service
x509 Certificate
/opt/easyrsa/pki/ca.crt
/opt/easyrsa/pki/XXX.XXX.XXX.XXX.crt
/opt/easyrsa/pki/private/XXX.XXX.XXX.XXX.key
The text was updated successfully, but these errors were encountered: