Kent Oyer
Kent Oyer
This PR adds a command line interface to make it easier to integrate this tool with other scripts and development tools. I needed this functionality to use this tool as...
ListCertificates returns a list of CertificateSummary objects. The returned objects have more attributes than before. https://docs.aws.amazon.com/acm/latest/APIReference/API_CertificateSummary.html I created PR #439 to add these additional attributes.
Added the following attributes: * CreatedAt * Exported * ExtendedKeyUsages * HasAdditionalSubjectAlternativeNames * ImportedAt * InUse * IssuedAt * KeyAlgorithm * KeyUsages * NotAfter * NotBefore * RenewalEligibility * RevokedAt...
There is an extra '=cut' statement at line 162 which causes an error in perldoc
Problems with old definitions: * Tries to match UTF-8 and Latin-1 characters in same expression. e.g. \ includes the byte sequence for "ã" in Latin-1 (\xE3) and UTF-8 (\xC3\xA3). This...