I am trying to Config Opendeploy to use SSL and having some problems with the first step: setting up the Certificate authority.
I made sure that C:\Interwoven\OpenDeployNG\bin is in the PATH variable and created a new user variable "HOME" and added it, then copied a large file into the HOME location and renamed .rnd.
When first run CA.bat -newca from C:\Interwoven\OpenDeployNG\bin got error:" can't locate LIBEAY32.dll. so I run it again in:
C:\Interwoven\OpenDeployNG\jre\bin>ca.bat -newca
this time the error is:
CA certificate filename (as entered from argument list)
No CA certificate filename provided.
Making CA certificate ...
Using configuration from openssl.cnf
error on line 3745146 of openssl.cnf
3092

02001002:system library:fopen:No such file or directory:.\crypto\bio\
bss_file.c:104:fopen('openssl.cnf','rb')
3092

2006D002:BIO routines:BIO_new_file:system lib:.\crypto\bio\bss_file.c
:106:
3092

0E064002:configuration file routines:CONF_load:system lib:.\crypto\co
nf\conf.c:98:
What did I miss????
And by the way I added C:\Interwoven\OpenDeployNG\jre\bin into PATH variable too
Weihua