6.2 Configuration Change Procedure
Oracle recommends using the provided configuration script for Operator CA configuration changes:
- Stop new API activity during the change window.
- Back up the file being changed.
- Run the configuration script or update the required file.
- Validate referenced file paths and permissions.
- Restart OCLM if the changed setting affects service startup, HTTPS serving, or CMP execution.
- Confirm the service is healthy after the change.
Example for issuerConfig.properties changes:
sudo cp -p /opt/oclm-service/issuerConfig.properties /opt/oclm-service/issuerConfig.properties.bak.$(date -u +%Y%m%d%H%M%S)
cd /opt/oclm-service
python3 configureIssuer.py
sudo chown admusr:admusr /opt/oclm-service/issuerConfig.properties
sudo chmod 640 /opt/oclm-service/issuerConfig.properties
sudo systemctl restart oclm-service
sudo systemctl status --no-pager oclm-service