Monthly Archives: March 2012

Can’t locate File/Pid.pm in @INC

Sometimes when I move a script onto a new server, i see the subject error. File::Pid is a handy little perl toolkit for keeping track of your own pid. Every time I see the error I scramble around trying to … Continue reading

Posted in Uncategorized | Leave a comment

OpenSSL Signing my own certificates Error Solved

this is on CentOS: sudo openssl ca -in /opt/openssl/testCA/server/requests/testWEB.CSR -cert /opt/openssl/testCA/CA/testCA.CRT -keyfile /opt/openssl/testCA/CA/testCA.KEY -out /opt/openssl/testCA/server/certificates/testWEB.CRT Using configuration from /etc/openssl.cnf I am unable to access the /etc/openssl/testCA/certs directory I tried creating the folders and files it wanted, what a mistake. I … Continue reading

Posted in Uncategorized | Leave a comment