Skip to main content

Examine ciphers

First run the FIPS container so it is listening to a port for an SSL connection. To view the ciphers used by the container, run the following from the host:
The response should print the ciphers and their version. For example:

FIPS module verification

To test that the OpenSSL FIPS provider module is configured, you will need to run the container as root and override the entrypoint at runtime. For example, for the Minimus FIPS NGINX image, the run command looks like this:
The test results will print to the terminal for you to review. For example:
Last modified on January 1, 2026