List certificates about to expire

From Tech-Wiki
Revision as of 01:34, 11 December 2018 by Fabricio.Lima (Talk | contribs) (Created page with "Category:F5 Networks '''Back to Misc''' In order to list certificates about to expire, type the following commands: (tmos)# run sys crypto check-c...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Back to Misc

In order to list certificates about to expire, type the following commands:

(tmos)# run sys crypto check-cert | grep 'will expired' | awk -F 'in file' '{print $2}' | awk -F ' GMT' '{print $1}'