Hello
Issue #1
On my client server to generated private key and CSR File to submit.
openssl req -new -newkey rsa:2048 -nodes -keyout pri.key -out server.csr
Can I able to use the server.csr to issue the cert for this server via Vault PKI. I dont want vault to create my private key. we have scenarios where we want to use client generated private keys and CSR…
a. Are there commands to add .csr file while generting a cert via Vault API ? If so please let me know
Issue #2
I was able to revoke the cert via API, Web UI and also Vault cli.
I was able to see that its revoked on Vault side.
When i check on the Web Server / Client side, I still see that the certificate is showing as valid. It doesnt show its revoked. I tested this in both Firefox and Chrome.
Thanks