We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: