Share via


HasSslCertificate.DefinitionStages.WithSslPassword<ReturnT> Interface

Type Parameters

ReturnT

the next stage of the definition

public static interface HasSslCertificate.DefinitionStages.WithSslPassword

The stage of a resource definition allowing to specify the password for the private key of the imported SSL certificate.

Method Summary

Modifier and Type Method and Description
abstract ReturnT withSslCertificatePassword(String password)

Specifies the password for the specified PFX file containing the private key of the imported SSL certificate.

Method Details

withSslCertificatePassword

public abstract ReturnT withSslCertificatePassword(String password)

Specifies the password for the specified PFX file containing the private key of the imported SSL certificate.

Parameters:

password - the password of the imported PFX file

Returns:

the next stage of the definition

Applies to