C# Class Material.EBDeployer.DeployLogic.IAM.SslUploaderService

Inheritance: ISslUploaderService
Exibir arquivo Open project: MaterialDev/elastic-beanstalk-deploy Class Usage Examples

Public Methods

Method Description
GetSslCertArnPathAsync ( ) : Task
SslUploaderService ( ISslUploaderServiceConfigurationProvider configurationProvider, ILoggerProvider loggerProvider ) : System

Private Methods

Method Description
ExportToPEM ( X509Certificate cert ) : string

Export a certificate to a PEM format string

GetCertExpireDateTime ( ) : Task

Gets the Cert's Expire DateTime

GetCertificateChainForCertAsync ( ) : Task

GetExistingCertByNameAsync ( AmazonIdentityManagementServiceClient iam, string certNameWithDateTime ) : Task

Gets the existing cert by name. If no match found, returns null.

UploadServerCertificateAsync ( string certNameWithDateTime, AmazonIdentityManagementServiceClient iam ) : Task

Uploads the Server Cert

Method Details

GetSslCertArnPathAsync() public method

public GetSslCertArnPathAsync ( ) : Task
return Task

SslUploaderService() public method

public SslUploaderService ( ISslUploaderServiceConfigurationProvider configurationProvider, ILoggerProvider loggerProvider ) : System
configurationProvider ISslUploaderServiceConfigurationProvider
loggerProvider ILoggerProvider
return System