All packages signed & verified

Package Repository

Enterprise-grade strongSwan VPN plugins with PostgreSQL database support. Production-ready packages for modern Linux distributions.

Fedora 40–42
Ubuntu 22.04 / 24.04

Built for Production

Compiled from source, tested, and cryptographically signed for secure deployment.

Package Description License
strongswan-pgsql Fedora (RPM) libstrongswan-pgsql Ubuntu/Debian (DEB)
Loading package info...

PostgreSQL database backend for strongSwan VPN. Enables sql and attr-sql plugins to store credentials, pools, and attributes.

GPL-2.0

Quick Installation

Add our repository and install packages with your system's package manager.

Supported: Fedora 40, 41, 42

bash
# Add repository
sudo dnf config-manager --add-repo \
  https://repo.sw.foundation/rpm/fc$(rpm -E %fedora)/sw.repo

# Install
sudo dnf install strongswan-pgsql

Supported: Ubuntu 22.04 (jammy), Ubuntu 24.04 (noble)

bash
# Add GPG key
curl -fsSL https://repo.sw.foundation/keys/sw.gpg \
  | sudo gpg --dearmor -o /etc/apt/keyrings/sw.gpg

# Add repository
echo "deb [signed-by=/etc/apt/keyrings/sw.gpg] \
  https://repo.sw.foundation/deb $(lsb_release -cs) main" \
  | sudo tee /etc/apt/sources.list.d/sw.list

# Install
sudo apt update
sudo apt install libstrongswan-pgsql
📚

Configuration Guide

See our documentation for database setup, schema initialization, and production deployment.

Cryptographically Signed

All packages are signed with our GPG key. Verify authenticity before installation.

🔑
Key ID
A187D55B5A043632
🔐
Algorithm
Ed25519
Status
Active

GPG Fingerprint

fingerprint
4AC4 06DA 15C9 BE4D C1A0 2343 A187 D55B 5A04 3632

Import manually: curl -fsSL https://repo.sw.foundation/keys/sw.gpg | gpg --import

Documentation

Loading documentation...