< Back
Import-EdgeCert
Post
NAME Import-EdgeCert
SYNOPSIS
Import a cert into a truststore in Apigee Edge.
SYNTAX
Import-EdgeCert [-Environment] <String> [-Truststore] <String> [-Alias] <String> [-CertFile] <String> [[-Org]
<String>] [<CommonParameters>]
DESCRIPTION
Import a cert into a truststore in Apigee Edge.
PARAMETERS
-Environment <String>
Required. The environment in which the truststore is found.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Truststore <String>
Required. The truststore into which to import the cert.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Alias <String>
Required. The alias for the certificate.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-CertFile <String>
Required. A string, the pathname to the file containing the RSA certificate.
Required? true
Position? 4
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? 5
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:\\>Import-EdgeCert -Environment test -Truststore ts1 -Alias alias1 -CertFile mycert.cert
RELATED LINKS
Get-EdgeKeystore
Create-EdgeKeystore
SYNOPSIS
Import a cert into a truststore in Apigee Edge.
SYNTAX
Import-EdgeCert [-Environment] <String> [-Truststore] <String> [-Alias] <String> [-CertFile] <String> [[-Org]
<String>] [<CommonParameters>]
DESCRIPTION
Import a cert into a truststore in Apigee Edge.
PARAMETERS
-Environment <String>
Required. The environment in which the truststore is found.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Truststore <String>
Required. The truststore into which to import the cert.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Alias <String>
Required. The alias for the certificate.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-CertFile <String>
Required. A string, the pathname to the file containing the RSA certificate.
Required? true
Position? 4
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? 5
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:\\>Import-EdgeCert -Environment test -Truststore ts1 -Alias alias1 -CertFile mycert.cert
RELATED LINKS
Get-EdgeKeystore
Create-EdgeKeystore