Re: SSL cert Import Error: keytool error: java.lang.Exception: Input not an X.509 certificate

2014-01-07 Thread Andro WC
Hi, try upgrading your JDK and run the command..your keytool may be an old one..otherwise try openssl! ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

Re: SSL cert Import Error: keytool error: java.lang.Exception: Input not an X.509 certificate

2014-01-06 Thread Vishal Navale
SSL cert with .cert or .pfx format but gives an error. On Fri, Jan 3, 2014 at 8:04 AM, John Baker wrote: > What are you trying to import? It sounds like you need to use openssl or > some other tool to convert the certificate into something keytool can read > - keytool is a nightmare. :) > > _

SSL cert Import Error: keytool error: java.lang.Exception: Input not an X.509 certificate

2014-01-03 Thread John Baker
What are you trying to import? It sounds like you need to use openssl or some other tool to convert the certificate into something keytool can read - keytool is a nightmare. :) ___ UNSUBSCRIBE or access ARSlist Archives

SSL cert Import Error: keytool error: java.lang.Exception: Input not an X.509 certificate

2014-01-02 Thread Vishal Navale
Hi , We are trying to Import Public SSL cert on Remedy server but getting error: *keytool error: java.lang.Exception: Input not an X.509 certificate* *We have tried with .cert and .pfx extension but got same error. * *Successfullly imported self signed cert* ___