Re: [GENERAL] cannot load server.crt

2012-12-19 Thread Tom Lane
"Sahagian, David" writes: > We use our own CA implementation inside Java to generate a PEM-encoded > certificate chain (server.crt) and key (server.key). > The certificates are, as they should be, base-64 encoded and surrounded by > the appropriate delimiters such as > -BEGIN CERTIFICATE---

Re: [GENERAL] cannot load server.crt

2012-12-19 Thread Martin Gainty
David http://docs.oracle.com/cd/E19159-01/819-3671/ablrg/index.html cd FolderThatContainsNameOfCertificate.crt certutil -d NameOfCertificate.crt a few things to check: 1)make sure current date of usage is after "Not Before Date" 2)make sure current date of usage is before "Not After Date" 3)mak