This cmdlet adds a certificate or certificate chain to the vCenter Server or ESXi trusted stores.To use this cmdlet, you must connect to vCenter Server through the Connect-VIServer cmdlet.Note: The certificate or certificate chain will be added to both the vCenter Server instance and the connected ESXi hosts unless you use the VCenterOnly or EsxOnly parameters.
Syntax
Add-VITrustedCertificate
[-PemCertificateOrChain
< String[] > ]
[-ProgressAction
< ActionPreference > ]
[-Server
< VIServer > ]
[-X509Certificate
< X509Certificate[] > ]
[-X509Chain
< X509Chain[] > ]
[CommonParameters]
Parameters
Required
Parameter Name
Type
Position
Features
Description
optional
PemCertificateOrChain
String[]
named
pipeline
Specifies a certificate or certificate chain in PEM format to be added to the vCenter Server and/or ESXi trusted stores.
optional
ProgressAction
ActionPreference
named
optional
Server
VIServer
named
optional
X509Certificate
X509Certificate[]
named
Specifies a certificate as an X509Certificate object to be added to the vCenter Server and/or ESXi trusted stores.
optional
X509Chain
X509Chain[]
named
Specifies a certificate chain as an X509Chain object to be added to the vCenter Server and/or ESXi trusted stores.
Add-VITrustedCertificate
-EsxOnly
[-PemCertificateOrChain
< String[] > ]
[-ProgressAction
< ActionPreference > ]
[-Server
< VIServer > ]
[-X509Certificate
< X509Certificate[] > ]
[-X509Chain
< X509Chain[] > ]
[CommonParameters]
Parameters
Required
Parameter Name
Type
Position
Features
Description
required
EsxOnly
SwitchParameter
named
Specifies that the certificate or certificate chain must be added only to the trusted store of the ESXi hosts.
optional
PemCertificateOrChain
String[]
named
pipeline
Specifies a certificate or certificate chain in PEM format to be added to the vCenter Server and/or ESXi trusted stores.
optional
ProgressAction
ActionPreference
named
optional
Server
VIServer
named
optional
X509Certificate
X509Certificate[]
named
Specifies a certificate as an X509Certificate object to be added to the vCenter Server and/or ESXi trusted stores.
optional
X509Chain
X509Chain[]
named
Specifies a certificate chain as an X509Chain object to be added to the vCenter Server and/or ESXi trusted stores.
Add-VITrustedCertificate
-VMHost
< VMHost[] >
[-PemCertificateOrChain
< String[] > ]
[-ProgressAction
< ActionPreference > ]
[-Server
< VIServer > ]
[-X509Certificate
< X509Certificate[] > ]
[-X509Chain
< X509Chain[] > ]
[CommonParameters]
Parameters
Required
Parameter Name
Type
Position
Features
Description
required
VMHost
VMHost[]
named
Specifies one or more ESXi hosts to whose trusted stores you want to add the certificate or certificate chain.
optional
PemCertificateOrChain
String[]
named
pipeline
Specifies a certificate or certificate chain in PEM format to be added to the vCenter Server and/or ESXi trusted stores.
optional
ProgressAction
ActionPreference
named
optional
Server
VIServer
named
optional
X509Certificate
X509Certificate[]
named
Specifies a certificate as an X509Certificate object to be added to the vCenter Server and/or ESXi trusted stores.
optional
X509Chain
X509Chain[]
named
Specifies a certificate chain as an X509Chain object to be added to the vCenter Server and/or ESXi trusted stores.
Add-VITrustedCertificate
-VCenterOnly
[-PemCertificateOrChain
< String[] > ]
[-ProgressAction
< ActionPreference > ]
[-Server
< VIServer > ]
[-X509Certificate
< X509Certificate[] > ]
[-X509Chain
< X509Chain[] > ]
[CommonParameters]
Parameters
Required
Parameter Name
Type
Position
Features
Description
required
VCenterOnly
SwitchParameter
named
Specifies that the certificate or certificate chain must be added only to the trusted store of the vCenter Server instance.
optional
PemCertificateOrChain
String[]
named
pipeline
Specifies a certificate or certificate chain in PEM format to be added to the vCenter Server and/or ESXi trusted stores.
optional
ProgressAction
ActionPreference
named
optional
Server
VIServer
named
optional
X509Certificate
X509Certificate[]
named
Specifies a certificate as an X509Certificate object to be added to the vCenter Server and/or ESXi trusted stores.
optional
X509Chain
X509Chain[]
named
Specifies a certificate chain as an X509Chain object to be added to the vCenter Server and/or ESXi trusted stores.