How do I issue a user certificate for the default admin user? I believe I can then use that certificate to login to the management API instead of a password.
Additionally, is there a way to disable password authentication and therefore require either:
- a user certificate, or
- an expiring session token?
If I understand correctly, this means I can use either a certificate or a password to obtain the session token for the management API and potentially share that token with another process by way of delegating temporary authority to act on my behalf, and that process will not need either the password nor certificate to use the session token until it expires.