Configuring Notifications for Certificate Expiration

To configure the Oracle Communications Core Session Manager to generate traps and alarms when a certificate has or is about to expire:

  1. Navigate to the security-config configuration element.
    ORACLE# configure terminal 
    ORACLE(configure)# security#
    ORACLE(security)# security-config
    ORACLE(security-config)#
  2. Set the local-cert-exp-warn-period parameter to the number of days before the locally installed certificate expires in order to receive a warning trap and alarm.

    A value of 0 disables the trap and alarm.

    ORACLE(security-config)# local-cert-exp-warn-period 30
    ORACLE(security-config)#
  3. Set the local-cert-trap-int parameter to the number of minutes between notifications sent once a certificate has expired. This value is also used for notification interval when in the pre-expiration warning period.

    A value of 0 disables the warning trap and alarm.

    ORACLE(security-config)# local-cert-exp-trap-int 15
    ORACLE(security-config)#
  4. Use done, exit, and verify-config to complete required configuration.