Skip to content

Commit

Permalink
Merge pull request #200 from durandguru/patch-1
Browse files Browse the repository at this point in the history
Update certificate_collector.py
  • Loading branch information
akpw authored Dec 5, 2024
2 parents 0567d05 + 243a8ad commit 76c8a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mktxp/collector/certificate_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def collect(router_entry):
certificate_labels = ['name', 'digest_algorithm', 'key_type', 'country', 'state', 'locality', 'organization',
'common_name', 'key_size', 'subject_alt_name', 'days_valid', 'trusted', 'key_usage',
'ca', 'serial_number', 'key_usage', 'ca', 'serial_number', 'fingerprint', 'akid', 'skid',
'invalid_before', 'invalid_after']
'invalid_before', 'invalid_after', 'expires-after']

translation_table = {
}
Expand Down

0 comments on commit 76c8a3e

Please sign in to comment.