https://github.com/EnterpriseDB/sslutils/
sslutils is a Postgres extension that provides SSL certificate generation functions to Postgres.
The PostgreSQL RPM repository uses PostgreSQL version numbers in the RPM packages. For example sslutils for PostgreSQL 17 is named as sslutils_17. Similarly sslutils for PostgreSQL 15 is named as sslutils_15.
sslutils provides the following subpackages:
Install PGDG repository from: https://yum.postgresql.org/repopackages/
| OS | Command |
|---|---|
| RHEL / Rocky Linux / AlmaLinux / Fedora | dnf install sslutils_17 (or change the version as described above) |
Connect to the database that you want to create the extension as superuser and run:
CREATE EXTENSION sslutils;
| PostgreSQL version(s) | OS version | Arch | Status |
|---|---|---|---|
| 17,16,15,14,13 | RHEL / Rocky Linux / AlmaLinux 9 | x86_64, aarch64 | Available |
| 17,16,15,14,13 | RHEL / Rocky Linux / AlmaLinux 8 | x86_64, aarch64 | Available |
| 17,16,15,14,13 | Fedora Linux | x86_64 | Available |