Host Certificate Retrieval Configuration

To configure the Oracle® Enterprise Session Border Controller to generate traps 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. A value of 0 disables the trap.
    ORACLE(security-config)# local-cert-exp-warn-period 3
    ORACLE(security-config)#
  3. Set the local-cert-trap-int parameter for the number of minutes between notifications sent once a certificate has expired. A value of 0 disables the warning trap.
    ORACLE(security-config)# local-cert-exp-trap-int 15
    ORACLE(security-config)#
  4. Use done, exit, and verify-config to complete required configuration.