< Back

New-NSsslprofile

Sat Jan 11, 2020 12:37 am

NAME New-NSsslprofile



SYNOPSIS





SYNTAX

New-NSsslprofile [-name] <string> [-denysslreneg <string>] [-pushtrigger <string>] [-returnobject

<SwitchParameter>] [-session <nitro_service>] [-sni <string>] [-sslquantumsize <string>] [-sslv3 <string>] [-tlsv1

<string>] [-tlsv11 <string>] [-tlsv12 <string>] [-type <string>] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-session <nitro_service>

This mandatory parameter requires a nitro_service object. This can be requested using the get-nitrosession and

pipelined into this command.



Required? false

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-name <string>



Required? true

Position? 0

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-type <string>



Required? false

Position? named

Default value FrontEnd

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-pushtrigger <string>



Required? false

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-denysslreneg <string>



Required? false

Position? named

Default value NONSECURE

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-sslquantumsize <string>



Required? false

Position? named

Default value 8192

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-sni <string>



Required? false

Position? named

Default value DISABLED

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-sslv3 <string>



Required? false

Position? named

Default value DISABLED

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-tlsv1 <string>



Required? false

Position? named

Default value ENABLED

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-tlsv11 <string>



Required? false

Position? named

Default value ENABLED

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-tlsv12 <string>



Required? false

Position? named

Default value ENABLED

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-returnobject <SwitchParameter>

If set to true, the object that is created is returned. This is useful to testing purposes.



Required? false

Position? named

Default value False

Accept pipeline input? true (ByPropertyName)

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

com.citrix.netscaler.nitro.service.nitro_service

This mandatory parameter requires a nitro_service object. This can be requested using the get-nitrosession and

pipelined into this command.



System.String



System.String



System.String



System.String



System.String



System.String



System.String



System.String



System.String



System.String



System.Management.Automation.SwitchParameter

If set to true, the object that is created is returned. This is useful to testing purposes.





OUTPUTS

com.citrix.netscaler.nitro.resource.config.ssl.sslprofile







RELATED LINKS