Layer7 API Management

  • 1.  Cert SSL

    Posted Jan 07, 2019 09:52 PM

    Hi There,

    How would we identify and notified just incase if any SSL cert imported in gateway is expired?



  • 2.  Re: Cert SSL

    Broadcom Employee
    Posted Jan 07, 2019 11:01 PM

    Hello,

    There should be few ways. The old way is to filter the audits.

    Now, there is Look Up Certificate Assertion that can return the attributes of specified certificate. 

    for example, assume the output variable name is "certificate", you should get the expire date from ${certificate.notAfter} 

    And then you can use Send Email Assertion to send email if needed. 

    You can put them in a schedule task policy.

     

    Regards,

    Mark