You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
I'm getting bad certificate errors when I try to enable peer SSL. Can you guys please document the certificate requirements for peer ssl?
Currently I have certs that have CN=10.10.10.1 I don't know if it's failing because the CN doesn't match the ETCD_NAME=test.example.com or if its because the X509v3 Extended Key Usage: TLS Web Server Authentication rather than TLS Web Server Authentication, TLS Web Client Authentication as created by etcd-ca.
Note: I'm not using etcd-ca to create the certs as I have existing CA creation scripts/tools.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting bad certificate errors when I try to enable peer SSL. Can you guys please document the certificate requirements for peer ssl?
Currently I have certs that have CN=10.10.10.1 I don't know if it's failing because the CN doesn't match the ETCD_NAME=test.example.com or if its because the
X509v3 Extended Key Usage: TLS Web Server Authentication
rather thanTLS Web Server Authentication, TLS Web Client Authentication
as created by etcd-ca.Note: I'm not using etcd-ca to create the certs as I have existing CA creation scripts/tools.
The text was updated successfully, but these errors were encountered: