Replies: 1 comment
-
There is the possibility to export a complete CA as ICS Calendar entries containing all expiration dates of all issued certificates and the most recent CRL, if that helps. Adding an additional table shold not harm, not even during a schema update when opening a database with a newer version of XCA. However, it will be completely "invisible" to XCA. And obviously even deleting items will not delete entries from this table, so be careful with "foreign keys". Alternatively, you may use a line in the comment, prefixed with a tag like "NAGIOS: notifyuser=...". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We tie XCA into our nagios system, in short we do a query and export all the certs and we get notified when they expire.
I would like to modify the database by adding a custom nagios table to generate custom settings for certain fields needed in nagios, like who to notify.
It works really well for us, verisgn, lets encrypt, internal CA's. Kind of cool. Was thinking of doing a video on it.
Beta Was this translation helpful? Give feedback.
All reactions