I’m using hashicorp/tls, and am generating a client certificate that’s signed by a self-signed root certificate, and I’m getting this warning:
Warning: Potentially Invalid Certificate Authority
Certificate provided as Authority does not appear to be a valid Certificate Authority. The resulting certificate might fail certificate validation.
Does this just mean that the client certificate is not trusted (because it’s obviously signed by a self-signed certificate), or is it completely invalid i.e. it wouldn’t work even if I force trusted it?