On Thu, March 12, 2015 11:49, Tim Dunphy wrote:
Ok, yeah I can understand that. I'll correct it. Still need a way to get SSL enabled however. Any suggestions there?
The method we use is to create an application specific directory under /etc/pki and place its certificates and keys in there. This is how several packages from RHEL/EPEL do things:
drwxr-xr-x. 2 root root 4096 Mar 1 11:57 /etc/pki/appname
-rw-r--r-- 1 root appname 2561 Mar 2 15:09 83.der -rw-r----- 1 root appname 3243 Mar 2 10:46 83.key -rw-r--r-- 1 root appname 9708 Mar 2 10:46 83.pem
HTH