This command uploads an mTLS to VMS, effectively enabling mTLS authentication for VMS clients. Read more about this feature here.
vms set_client_certificate --id 1
Note
After you run the command, you are prompted to enter the certificate and private key. Enter the certificate and key content one after the other, including the "BEGIN CERTIFICATE", "END CERTIFICATE", "BEGIN PRIVATE KEY" and "END PRIVATE KEY" lines:
-----BEGIN CERTIFICATE----- <Certificate file content> -----END CERTIFICATE----- -----BEGIN PRIVATE KEY----- <Key file content> -----END PRIVATE KEY-----
Comments
0 comments
Article is closed for comments.