6.0.3

Table Of Contents
2 On each Platform Services Controller node, congure smart card authentication seings by using the
sso-config CLI.
a Go to the directory where the sso-config script is located.
Option Description
Windows
C:\Program Files\VMware\VCenter server\VMware Identity
Services
Appliance
/opt/vmware/bin
b Run the following command:
sso-config.[bat|sh] -set_tc_cert_authn -switch true -cacerts
[FirstTrustedCA.cer,SecondTrustedCA.cer,...] -t tenant
For example:
sso-config.bat -set_tc_cert_authn -switch true -cacerts MySmartCA1.cer -t vsphere.local
c Restart the virtual or physical machine.
service-control --stop vmware-stsd
service-control --start vmware-stsd
3 To enable smart cart authentication for VMware Directory Service (vmdir), run the following command.
sso-config.[bat|sh] -set_authn_policy -certAuthn true -cacerts first_trusted_cert.cer,
second_trusted_cert.cer -t tenant
For example:
sso-config.[bat|sh] -set_authn_policy -certAuthn true -cacerts MySmartCA1.cer,
MySmartCA2.cer -t vsphere.local
4 To disable all other authentication methods, run the following commands.
sso-config.sh -set_authn_policy -pwdAuthn false -t vsphere.local
sso-config.sh -set_authn_policy -winAuthn false -t vsphere.local
sso-config.sh -set_authn_policy -securIDAuthn false -t vsphere.local
You can use these commands to enable and disable dierent authentication methods as needed.
5 (Optional) To set a certicate policies white list, run the following command.
sso-config.[bat|sh] -set_authn_policy -certPolicies policies
To specify multiple policies, separate them with a command, for example:
sso-config.bat -set_authn_policy -certPolicies
2.16.840.1.101.2.1.11.9,2.16.840.1.101.2.1.11.19
This white list species object IDs of policies that are allowed in the certicate's certicate policy
extension. An X509 certicate can have a Certicate Policy extension.
6 (Optional) To list conguration information, run the following command.
sso-config.[bat|sh] -get_authn_policy -t tenantName
Chapter 2 vSphere Authentication with vCenter Single Sign-On
VMware, Inc. 39