6.5.1

Table Of Contents
vecs-cli store permissions
Grants or revokes permissions to the store. Use either the --grant or the --revoke option.
The owner of the store can perform all operations, including granting and revoking permissions. The
administrator of the local vCenter Single Sign-On domain, administrator@vsphere.local by default, has all
privileges on all stores, including granting and revoking permissions.
You can use vecs-cli get-permissions --name <store-name> to retrieve the current settings for the
store.
Option Description
--name <name>
Name of the certificate store.
--user <username>
Unique name of the user who is granted permissions.
--grant [read|write]
Permission to grant, either read or write.
--revoke [read|write]
Permission to revoke, either read or write. Not currently
supported.
vecs-cli store get-permissions
Retrieves the current permission settings for the store.
Option Description
--name <name>
Name of the certificate store.
--server <server-name>
Used to specify a server name if you connect to a remote VECS
instance.
--upn <user-name>
User Principle Name that is used to log in to the server instance
specified by --server <server-name> . When you create a
store, it is created in the context of the current user. Therefore,
the owner of the store is the current user context and not always
the root user.
vecs-cli entry create
Creates an entry in VECS. Use this command to add a private key or certificate to a store.
Option Description
--store <NameOfStore>
Name of the certificate store.
--alias <Alias>
Optional alias for the certificate. This option is ignored for the
trusted root store.
--cert <certificate_file_path>
Full path of the certificate file.
--key <key-file-path>
Full path of the key that corresponds to the certificate.
Optional.
--password <password>
Optional password for encrypting the private key.
Platform Services Controller Administration
VMware, Inc. 165