Hi Dan,
> 1.) When choosing a active certificate to revoke, I have to goto the server that has the cert, inspect the cert, copy the serial number, find the matching serial number on the certificates page, then click revoke. Ideally i would like to be able to search the ui for the common name, or search by issue date.
Not currently.
> 2.) On my intermediate CA, I have a webserver role with a TTL of 1 year, and Max TTL of 2 years. When I issue a cert via clicking the role in the UI, I still have to set the TTL to 365 days everytime, otherwise it defaults to 30 days. Where is this 30 days coming from? Why is it not using the TTL value in the role?
See
https://www.vaultproject.io/docs/concepts/tokens.html#token-time-to-live-periodic-tokens-and-explicit-max-ttls
-- we probably need to move or add some color in the PKI docs to make
it clear it applies to leased items too. We don't issue leases for PKI
certs (by default) anymore but we still honor system and mount
settings, so you should check that.
I'm not sure about the web UI field here, but try using commas, not spaces.
> 4.) Can Vault-pki create keystores? Currently I take the cert, key and chains and create PFX, and JKS manually, are their any automated way to get vault to return the keystore / password?
Not currently.
Best,
Jeff