Forum Discussion

Hank_Moody_3649's avatar
Hank_Moody_3649
Icon for Nimbostratus rankNimbostratus
Apr 02, 2019

Changelog last days?

Hey everyone,

 

We got a bit struggle with customers. Their OWA was not working and I had to change the certificate. The customer claims now, that OWA was not fast enough online. Now I want to recreate the time when the customer called me and when I changed the certificate.

 

My question: Is it possible to find the time when the Certificate change happened? I tried tmsh with show /sys log webui but it's not listed. Any other way?

 

I appreciate every help

 

2 Replies

  • Hi,

    Yes, if you enable audit logs you can find when you change the cert.

    • connect in cli
    • then in /var/log/audit you will see all changes.

    In your case use the following command:

    more /var/log/audit | grep -i "cert-name"

    keep me in touch if you need more help.

    regards