Re: SSL certificate installation - *solved*

2008-05-22 Thread Richard Fleming
Hi all- Finally got it working w/ GoDaddy certificate. This is what I did - 1.Create private key file. openssl genrsa -out privkey.pem 4096 2.Create CSR openssl req -new -key privkey.pem -out cert.csr 3.Submit CSR to godaddy. 4.Create keystore w/ new certifi

Re: SSL certificate installation - *solved*

2008-05-28 Thread Toddnick
Hello Rick, I tried your method and everything seemed to work till I restarted the server. My keystore.tomcat is outside of the ofbiz directory, would this make a difference? The log says the following: 2008-05-28 13:03:16,740 (main) [ Http11BaseProtocol.java:141:ERROR] Error initializing endpoin

Re: SSL certificate installation - *solved*

2008-05-28 Thread Richard Fleming
I had a problem with the path originally so I move the keystore file into the base/config directory. After that everything worked great. Rick Toddnick <[EMAIL PROTECTED]> wrote: Hello Rick, I tried your method and everything seemed to work till I restarted the server. My keystore.tomcat is outs