< Back

Remove-NsxEdgeCertificate

Sat Jan 18, 2020 9:21 pm

NAME Remove-NsxEdgeCertificate



SYNOPSIS

Remvoves the specificed SSL Certificate from an existing NSX Edge Services

Gateway.





SYNTAX

Remove-NsxEdgeCertificate [-Certificate] <XmlElement> [-Confirm] [-Connection <PSObject>] [<CommonParameters>]





DESCRIPTION

An NSX Edge Service Gateway provides all NSX Edge services such as firewall,

NAT, DHCP, VPN, load balancing, and high availability. Each NSX Edge virtual

appliance can have a total of ten uplink and internal network interfaces and

up to 200 subinterfaces. Multiple external IP addresses can be configured

for load balancer, site???????????????to???????????????site VPN, and NAT services.



SSL Certificates are used by a variety of services within NSX, including SSL

VPN and Load Balancing.



SSL Certificates are used to provide encyption and trust validation for the

services that use them.



The Remove-NsxEdgeCertificate cmdlet removes a certificate from the

specified Edge Services Gateway.



Certificates to be removed can be constructed via a PoSH pipeline filter

outputing certificate objects as produced by Get-NsxEdgeCertificate and

passing them on the pipeline to Remove-NsxEdgeCertificate.





PARAMETERS

-Certificate <XmlElement>



Required? true

Position? 2

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompt for confirmation. Specify as -confirm:$false to disable confirmation prompt



Required? false

Position? named

Default value True

Accept pipeline input? false

Accept wildcard characters? false



-Connection <PSObject>

PowerNSX Connection object



Required? false

Position? named

Default value $defaultNSXConnection

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS