Skip to main content

OpenSSL v3

OpenSSL should preferably be installed through the systems package manager. All recent versions of the major distributions offer a packaged version.

Debian

In Debian 12 and Ubuntu 22.04 or newer OpenSSL 3 is available from the official package archive.

sudo apt install openssl

Red Hat

In Red Hat Enterprise Linux 9, CentOs 9, and Fedora 38 or newer OpenSSL 3 is available from the official package archive.

sudo dnf install openssl

SUSE

In SUSE-15 SP4 or new OpenSSL 3 is available from the official package archive.

sudo zypper install openssl-3