Hi,
If I have a pfx file, (for instance my_folder\my_cert.pfx), is it necessary to transform in p12 file to put in it in wrapper.conf file in SSL Section ?
set.JAVA_KEYSTORE=%CERTIFICATE_HOME%/<my_file>.p12
set.JAVA_KEYSTORETYPE=pkcs12
set.JAVA_KEYSTORE_PASSWORD=encrypted password
I wondered if i do that :
set.JAVA_KEYSTORE=%CERTIFICATE_HOME%/<my_initial>.pfx
set.JAVA_KEYSTORETYPE=pkcs12
set.JAVA_KEYSTORE_PASSWORD=encrypted password
is it works ?
#webMethods#MWS-CAF-Task-Engine