Hi,
Check the step no. 12 .

<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" 
keystoreFile="path" keystorePass="password" maxThreads="150" 
scheme="https" secure="true"  clientAuth="false" sslProtocol="TLS" /> 

where, 
        path -> full path of keystore file 
        password ->  password used to generate keystore file 

You need to generate the keystore file. 
For steps refer SSL Certificate Setup (follow steps 1 to 5) section on 
http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide


______________________________________________________________________

Reply via email to