Verifying that cryptographic operations work correctly

You must verify that cryptographic operations can be successfully performed on IBM® z Systems cryptographic hardware. To do so, insert the file index.html (that you previously created) into the directory /var/www/html/.

You can now access your Web site using any supported Web browser. To display the count of cryptographic operations that were performed, enter:
# icastats -A
To reset the counters used for counting the number of cryptographic operations that were performed, enter:
# icastats -R
After resetting the counters, access the Web page that you wish to secure via openCryptoki and check that the counters that monitor hardware cryptographic operations have increased.
To investigate any errors that might have occurred during cryptographic operations, enter:
# cat /var/log/httpd/error_log
To debug errors that might have occurred during cryptographic operations, enter:
# openssl s_client -connect <FQDN>:443 -<protocol> -debug
(replacing <FQDN> and <protocol> with your own values).