< Back

New-NsxEdgeSelfSignedCertificate

Sat Jan 18, 2020 9:16 pm

NAME New-NsxEdgeSelfSignedCertificate



SYNOPSIS

Signs an NSX Edge Certificate Signing Request on an existing NSX Edge

Services Gateway to create a new Self Signed Certificate





SYNTAX

New-NsxEdgeSelfSignedCertificate [-CSR] <XmlElement> [[-NumberOfDays] <Int32>] [[-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.



Certificate Signing Requests define the subject details to be included in

an SSL certificate and are the object that is signed by a Certificate

Authority in order to provide a valid certificate.



The New-NsxEdgeCertificate cmdlet signs an existing csr on the specified

Edge Services Gateway to create a Self Signed Certificate.





PARAMETERS

-CSR <XmlElement>



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-NumberOfDays <Int32>



Required? false

Position? 2

Default value 365

Accept pipeline input? false

Accept wildcard characters? false



-Connection <PSObject>

PowerNSX Connection object



Required? false

Position? 3

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