Enable Auth
Learn to enable the Remote Attestation TLS (RA-TLS) authentication method which is essential for establishing trust between workloads and the vHSM environment.
Enabling the rATLS Auth Method
Enable the Remote Attestation TLS (RA-TLS) plugin on the vHSM server.
vhsm auth enable -path=ratls ratls
-path=ratls
: the mount path where the auth method is enabled.ratls
: the name of the plugin.
Output:
Success! Enabled ratls auth method at: ratls/
Verify that the authentication method is active.
vhsm auth list
Output:
Path Type Accessor Description Version
---- ---- -------- ----------- -------
ratls/ ratls auth_ratls_70c308c0 Remote attestation plugin for usage with vhsm nitride n/a
token/ token auth_token_10743d4c Token-based credentials n/a
If ratls/
appears in the list, the auth method has been successfully enabled.
You can optionally update the description or settings for the enabled auth method.
vhsm auth tune -description="rATLS auth method for Nitride workloads" ratls/
Last updated
Was this helpful?