Page 1 of 1

CertificateExpirationAlarmType raised by the Server "automatically""

Posted: 12 Oct 2021, 04:28
by ssmaung
Hello,

May I know this 'CertificateExpirationAlarmType' is raised by server 'automatically' by SDK?

I was trying to simulate certificate expired scenario by changing server datetime and listen the event using UaExpert.
But there is no CertificateExpirationAlarmType triggered.

Is this CertificateExpirationAlarmType is to be triggered by ourselves in the code?

Thank you very much.

Re: CertificateExpirationAlarmType raised by the Server "automatically""

Posted: 12 Oct 2021, 15:50
by Support Team
Hi,

no the CertificateExpiredAlarm is not "automatically" generated by the SDK. The SDK supports the session and subscription related audit events only. However, you could implement on application level and fire the event yourself.

Re: CertificateExpirationAlarmType raised by the Server "automatically""

Posted: 13 Oct 2021, 01:32
by ssmaung
Hi Support Team,
Thank you very much. I understand now.