I'm trying to access to a Safenet HSM from my computer, I added my computer how to client and sent the pem file to HSM, all right to here. The problem was when I typed "vtl verify
", because it launch the following error:
SSL Connect is failing
Error: Unable to find any Luna SA slots/partitions among registered servers. Ensure this client is assigned partitions on the Luna SA servers, and check the vtl supportInfo command for other possible problems such as unable to ping a server, or missing configuration files.
I can solve my problem with the follow steps:
sysconf
regenCert <ip_of_hsm>
ntls bind eth0
Then vtl verify
should run correctly