--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vault/issues
IRC: #vault-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/CAORe8GFe9HjdjnYeDOQvoyrNsthpKa%2BKybrt1kAtvFBkLRF%2BJw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Hi Axisa,You are right in understanding that the "Cert" authentication backend responds with a token.It returns a Vault token only if the backend is able to authenticate the client through the certificates it presents.Before login, the backend needs to be enabled (as you already noticed) and the CA cert should be registered at the backend.This CA cert should be the one from which the cert/key pairs used by the clients are issued.I noticed "C:\path\to\client.cer" and thought it better be a CA cert. So :-)Also, as Jeff mentioned, the cert you register with the backend should be PEM formatted.Hope this helps!Regards,Vishal
--vn