8.4. Reloading the updated certificates
If you run the command-line assistant daemon (clad) as a non-root user, the updated certificates do not reload correctly. This issue occurs because only root users can own and access the certificate files located in the /etc/pki/consumer/ directory.
To fix this issue, use the following steps:
Prerequisites
- You have installed the command-line assistant powered by RHEL Lightspeed.
Procedure
Change the
key.pempermission to root.$ sudo ls -l /etc/pki/consumer/ $ sudo chown $(whoami):$(id -gn) /etc/pki/consumer/${<key_name>}Run
cladcommands as root.$ sudo chown $(whoami):$(id -gn) /etc/pki/consumer/${<key_name>}