Skip to content

Commit

Permalink
\n
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshchauhan authored Aug 30, 2017
1 parent 50a1a8e commit 9131939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/audit_aws_certs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
print "\n\n"
print "################"
print " CERTS AUDIT "
print "################"
print "################\n\n"
epoch=int(time.time())
certs = subprocess.check_output(['aws', 'iam', 'list-server-certificates', '--region', 'us-east-1', '--query', 'ServerCertificateMetadataList[].ServerCertificateName', '--output', 'text'])
if certs:
Expand Down

0 comments on commit 9131939

Please sign in to comment.