Security Server's OCSP cache can be emptied manually by following the steps below. By emptying the OCSP cache it is possible to force the Security Server to fetch new OCSP responses right away instead of waiting for the next scheduled interval.

Step-by-step guide

The OCSP cache can be emptied by following the steps below.

$ sudo su -
$ systemctl stop xroad-signer
$ mv /var/cache/xroad/*ocsp /tmp
$ systemctl start xroad-signer
$ exit

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.



Related issues