Open
Description
How and what are the steps to install and enable FIPS in the azure Linux core image
I am using mcr.microsoft.com/azurelinux/base/core:3.0 image.
docker run -it mcr.microsoft.com/azurelinux/base/core:3.0 /bin/bash
root [ / ]# openssl --version
OpenSSL 3.3.2 3 Sep 2024 (Library: OpenSSL 3.3.2 3 Sep 2024)
I see OpenSSL 3.3.2 is installed by default on this image.
Now I want to enable FIPS on this image, how can I do that? I searched around but couldn't find any document around it.
Also, I want to enable and install a validated FIPS https://openssl-library.org/source/
I also followed this https://github.com/openssl/openssl/blob/master/README-FIPS.md#download-and-build-a-validated-fips-provider but couldn't get it working.