Stop the OCSP master, if it is still running.
Open the existing master OCSP configuration directory.
cd /etc/instance_name
Edit the CS.cfg, and reset the OCSP.Responder.store.defStore.refreshInSec parameter to 21600:
OCSP.Responder.store.defStore.refreshInSec=21600
Stop the online cloned OCSP server.
service instance_name stop
Open the cloned OCSP responder's configuration directory.
cd /etc/instance_name
Open the CS.cfg file, and delete the OCSP.Responder.store.defStore.refreshInSec parameter or change its value to any non-zero number:
OCSP.Responder.store.defStore.refreshInSec=15000
Start the new master OCSP responder server.
service instance_name start