Hi,
I enable the Certificate Auth module in Vault but can’t login with it.
- I activated TLS on my instance,
- I ensured I got the VAULT_CACERT env set,
- I created a role under my cert auth endpoint
- My client cert and key are PEM encoded not ciphered
- I can connect through token and LDAP
Still when I do vault login -method=cert -client-cert=client.crt -client-key=client.key name=myuser
I got the following error:
Code: 400. Errors:
* client certificate must be supplied
any thought?
Jeff