I need to verify this files by location:
ssl_cert = "/opt/test/my.cert"
ssl_key = "/opt/test/my.key"
ssl_cacert = "/opt/test/my.cacert"
Verification must be not use openssl under bash/sh - only as module.
Please help.
I need to verify this files by location:
ssl_cert = "/opt/test/my.cert"
ssl_key = "/opt/test/my.key"
ssl_cacert = "/opt/test/my.cacert"
Verification must be not use openssl under bash/sh - only as module.
Please help.