Adding new trusted users
Add new users when client certificate authentication is enabled.
How to add new users when client certificate authentication is enabled.
Prerequisites
Procedure
- Generate the certificate as described in Client-to-node encryption.
-
Import the user's certificate into every node's truststore using keytool:
keytool -import -v -trustcacerts -alias <username> -file <certificate file> -keystore .truststore