i have a microfocus enterprise server that accepts request on a http address
localhost:9019
endpoint protocol = tcp
endpoint port = 9019
the endpoint has ssl activated using these files
certificate C:\Program Files (x86)\Micro Focus\DemoCA\srvcert.pem
keyfile C:\Program Files (x86)\Micro Focus\DemoCA\srvkey.pem
and the passcode is in a config file to be used when the service starts
i have added the pem file CARootcert.pem to the CA certificates in the postman settings
the client certificates seems to only support https hostnames
i do not have a crt file or a pfx file just a keyfile and a passphrase
i have tried various auth protocols and none seem to suit or work
if i add certificates for an endoint do i use the auth protocol of none
the democa location was created by a microfocus utility program that generates testing certificates for windows and solaris with the following certificate values
solaris11
Organization Name (eg, company) [Micro Focus]: BUPA
Organizational Unit Name (eg, section) [Communications Security]: IT
Common Name (eg, your name or your server’s hostname) [meldvbospoc01]:
Email Address [[email protected]]: [email protected]
Locality Name (eg, city) [Newbury]: melbourne
State or Province Name (full name) [Berkshire]: victoria
Country Name (2 letter code) [GB]: au
windows setup
messages are sent using json or soap messages
any assistance would be appreciated