Page 2 of 2

Re: Error: could not use certificate file 'nagios_server.pem

Posted: Thu Nov 17, 2016 6:37 pm
by ruffy01
Thanks guys :)

Code: Select all

# sestatus
SELinux status:  disabled
# ls -ld /usr/local/nagios/etc/ssl/ca/
drwxr-x---  2  root  root
# ls -ld /usr/local/nagios/etc/ssl/
drwxr-x---  5  root  nagios
I altered permissions on the folders so that 'Others' had read access and it's all working fine now.

Code: Select all

# ls -ld /usr/local/nagios/etc/ssl/ca/
drwxr-xr-x  2  root  root
# ls -ld /usr/local/nagios/etc/ssl/
drwxr-xr-x  5  root  nagios
Greatly appreciated.

Cheers,
Andrew

Re: Error: could not use certificate file 'nagios_server.pem

Posted: Fri Nov 18, 2016 10:22 am
by avandemore
It appears your issue is resolved then, are we ok to lock this thread?

Re: Error: could not use certificate file 'nagios_server.pem

Posted: Fri Nov 18, 2016 4:22 pm
by ruffy01
avandemore wrote:It appears your issue is resolved then, are we ok to lock this thread?
Yeah, certainly. Thanks.

Cheers,
Andrew.