< Back

Format-nscertfile

Fri Jan 10, 2020 9:46 pm

NAME Format-nscertfile



SYNOPSIS





SYNTAX

Format-nscertfile [-pfxfile] <string> [-outfile] <string> [[-importtype] <string>] [[-certfile] <string>]

[[-keyfile] <string>] [[-password] <string>] [[-pempassphrase] <string>] [[-session] <nitro_service>]

[<CommonParameters>]





DESCRIPTION





PARAMETERS

-session <nitro_service>

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

pipelined into this command.



Required? false

Position? 8

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-pfxfile <string>

PFX file to import convert to PEM



Required? true

Position? 0

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-outfile <string>

PEM file that is to be created



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-importtype <string>

Specify the import file type.



Required? false

Position? 2

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-certfile <string>

Specify the input PEM certificate



Required? false

Position? 4

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-keyfile <string>

Specify the input PEM key file



Required? false

Position? 5

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-password <string>

Specify the password for the PFX file



Required? false

Position? 6

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-pempassphrase <string>

Specify the password for the PEM key



Required? false

Position? 7

Default value

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 parameter specifies a nitro_service object. This can be requested using the get-nitrosession and

pipelined into this command.



System.String

PFX file to import convert to PEM



System.String

PEM file that is to be created



System.String

Specify the import file type.



System.String

Specify the input PEM certificate



System.String

Specify the input PEM key file



System.String

Specify the password for the PFX file



System.String

Specify the password for the PEM key





OUTPUTS





RELATED LINKS