Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
Raru
New Contributor

Monitor local SSL-Certificates with PRTG

Hi Everyone, 

 

we like to monitor our local SSL-Certificates from our Fortigate with PRTG to E-Mail us when the day of experation is near.

 

has Anyone found a posibilty to do so ? I looked for a solution the last day an didnt found any. 

 

Greetings! 

 

 

 

 

2 REPLIES 2
funkylicious
SuperUser
SuperUser

Hi,

You have the posibility to configure a trigger to alert you if you are running FortiOS 7.2.0+ .

https://docs.fortinet.com/document/fortigate/7.2.0/new-features/470232/certificate-expiration-trigge...

 

"jack of all trades, master of none"
"jack of all trades, master of none"
pminarik
Staff
Staff

You can run a REST API GET request for /api/v2/monitor/system/available-certificates/

This will dump a list of all certificates present (JSON), and one of the keys is validity from and to, in two formats: unicode timestamp and "YYYY-MM-DD HH:MM:SS GMT".

The output can also be filtered as usual for REST API (e.g. by appending: ?filter=name==Fortinet_CA_SSL ).

[ corrections always welcome ]
Announcements

Select Forum Responses to become Knowledge Articles!

Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.

Labels
Top Kudoed Authors