Skip to content
New issue

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 to enable FIPS in azure Linux core image #12126

Open
abhi9114 opened this issue Jan 29, 2025 · 0 comments
Open

How to enable FIPS in azure Linux core image #12126

abhi9114 opened this issue Jan 29, 2025 · 0 comments
Labels
question Further information is requested

Comments

@abhi9114
Copy link

abhi9114 commented Jan 29, 2025

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.

@abhi9114 abhi9114 added the question Further information is requested label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant