On 30 July 2010 12:08, Dinesh Kumar Rajagopal <[email protected]> wrote: > ILUG-C, > We are using apache2 , by mistake i have created the csr.txt > and keystore.jks using keytool (java). > And got the certificate from godaddy.com, is there any possible to create > certificate for apache2?
What you have is a java keystore. What you need is the certificate in PEM format. Convert the keys using openssl. Here is a set of commands that should help you. http://stackoverflow.com/questions/652916/converting-a-java-keystore-into-pem-format -balaji -- http://balajin.net/blog http://flic.kr/balajijegan _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
