CertificateExpirationAlarmType raised by the Server "automatically""

Questions regarding the use of the C++ SDK for Server or Client development or integration into customer products ...

Moderator: uasdkcpp

Post Reply
ssmaung
Sr. Member
Sr. Member
Posts: 17
Joined: 09 Jun 2021, 11:42

CertificateExpirationAlarmType raised by the Server "automatically""

Post 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.

User avatar
Support Team
Hero Member
Hero Member
Posts: 3064
Joined: 18 Mar 2011, 15:09

Re: CertificateExpirationAlarmType raised by the Server "automatically""

Post 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.
Best regards
Unified Automation Support Team

ssmaung
Sr. Member
Sr. Member
Posts: 17
Joined: 09 Jun 2021, 11:42

Re: CertificateExpirationAlarmType raised by the Server "automatically""

Post by ssmaung »

Hi Support Team,
Thank you very much. I understand now.

Post Reply