Skip to content

Commit

Permalink
feat: certs() includes Type (AMAZON_ISSUED, IMPORTED)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbailey committed Jan 22, 2025
1 parent e5cdae3 commit d338b43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cert-functions
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ certs() {
$include_arn_bit
DomainName,
Status,
Type,
length(InUseBy)==\`0\` && 'not-in-use' || 'in-use',
NotBefore,
NotAfter,
Expand Down

0 comments on commit d338b43

Please sign in to comment.