"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---
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