< Back

Create-EdgeKeystore

Sun Jan 19, 2020 6:00 pm

NAME Create-EdgeKeystore



SYNOPSIS

Create a keystore in Apigee Edge.





SYNTAX

Create-EdgeKeystore [-Name] <String> [-Environment] <String> [[-Org] <String>] [<CommonParameters>]





DESCRIPTION

Create a keystore in Apigee Edge. A keystore holds a certificate and private key.





PARAMETERS

-Name <String>

Required. The name to give to this new keystore. It must be unique in the environment.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Environment <String>

Required. The name of the environment in which to create the keystore.



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Org <String>

Optional. The Apigee Edge organization. The default is to use the value from Set-EdgeConnection.



Required? false

Position? 3

Default value

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



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Create-EdgeKeystore -Name ks1 -Environment test















RELATED LINKS