Downloads
Download the Certifaction CLI (certifaction) for your operating system.
Latest Version (1.13.2)
macOS
| Architecture | Format | Download |
|---|---|---|
| Intel (AMD64) | tar.gz | certifaction_1.13.2_darwin_amd64.tar.gz |
| Apple Silicon (ARM64) | tar.gz | certifaction_1.13.2_darwin_arm64.tar.gz |
Linux
| Architecture | Format | Download |
|---|---|---|
| AMD64 | Debian (.deb) | certifaction_1.13.2_linux_amd64.deb |
| AMD64 | RPM (.rpm) | certifaction_1.13.2_linux_amd64.rpm |
| AMD64 | Tarball (.tar.gz) | certifaction_1.13.2_linux_amd64.tar.gz |
| ARM64 | Debian (.deb) | certifaction_1.13.2_linux_arm64.deb |
| ARM64 | RPM (.rpm) | certifaction_1.13.2_linux_arm64.rpm |
| ARM64 | Tarball (.tar.gz) | certifaction_1.13.2_linux_arm64.tar.gz |
Windows
| Architecture | Format | Download |
|---|---|---|
| AMD64 | tar.gz | certifaction_1.13.2_windows_amd64.tar.gz |
| ARM64 | tar.gz | certifaction_1.13.2_windows_arm64.tar.gz |
FreeBSD
| Architecture | Format | Download |
|---|---|---|
| AMD64 | tar.gz | certifaction_1.13.2_freebsd_amd64.tar.gz |
| ARM64 | tar.gz | certifaction_1.13.2_freebsd_arm64.tar.gz |
Checksums
Verify the integrity of your download: checksums.txt
# Verify all files
sha256sum -c checksums.txt
# Or verify a single file
sha256sum certifaction_1.13.2_darwin_amd64.tar.gzPrevious Versions
Version 1.13.1
macOS
| Architecture | Format | Download |
|---|---|---|
| Intel (AMD64) | tar.gz | certifaction_1.13.1_darwin_amd64.tar.gz |
| Apple Silicon (ARM64) | tar.gz | certifaction_1.13.1_darwin_arm64.tar.gz |
Linux
| Architecture | Format | Download |
|---|---|---|
| AMD64 | Debian (.deb) | certifaction_1.13.1_linux_amd64.deb |
| AMD64 | RPM (.rpm) | certifaction_1.13.1_linux_amd64.rpm |
| AMD64 | Tarball (.tar.gz) | certifaction_1.13.1_linux_amd64.tar.gz |
| ARM64 | Debian (.deb) | certifaction_1.13.1_linux_arm64.deb |
| ARM64 | RPM (.rpm) | certifaction_1.13.1_linux_arm64.rpm |
| ARM64 | Tarball (.tar.gz) | certifaction_1.13.1_linux_arm64.tar.gz |
Windows
| Architecture | Format | Download |
|---|---|---|
| AMD64 | tar.gz | certifaction_1.13.1_windows_amd64.tar.gz |
| ARM64 | tar.gz | certifaction_1.13.1_windows_arm64.tar.gz |
FreeBSD
| Architecture | Format | Download |
|---|---|---|
| AMD64 | tar.gz | certifaction_1.13.1_freebsd_amd64.tar.gz |
| ARM64 | tar.gz | certifaction_1.13.1_freebsd_arm64.tar.gz |
Checksums
Version 1.13.0
macOS
| Architecture | Format | Download |
|---|---|---|
| Intel (AMD64) | tar.gz | certifaction_1.13.0_darwin_amd64.tar.gz |
| Apple Silicon (ARM64) | tar.gz | certifaction_1.13.0_darwin_arm64.tar.gz |
Linux
| Architecture | Format | Download |
|---|---|---|
| AMD64 | Debian (.deb) | certifaction_1.13.0_linux_amd64.deb |
| AMD64 | RPM (.rpm) | certifaction_1.13.0_linux_amd64.rpm |
| AMD64 | Tarball (.tar.gz) | certifaction_1.13.0_linux_amd64.tar.gz |
| ARM64 | Debian (.deb) | certifaction_1.13.0_linux_arm64.deb |
| ARM64 | RPM (.rpm) | certifaction_1.13.0_linux_arm64.rpm |
| ARM64 | Tarball (.tar.gz) | certifaction_1.13.0_linux_arm64.tar.gz |
Windows
| Architecture | Format | Download |
|---|---|---|
| AMD64 | tar.gz | certifaction_1.13.0_windows_amd64.tar.gz |
| ARM64 | tar.gz | certifaction_1.13.0_windows_arm64.tar.gz |
FreeBSD
| Architecture | Format | Download |
|---|---|---|
| AMD64 | tar.gz | certifaction_1.13.0_freebsd_amd64.tar.gz |
| ARM64 | tar.gz | certifaction_1.13.0_freebsd_arm64.tar.gz |
Checksums
Version 1.12.0
macOS
| Architecture | Format | Download |
|---|---|---|
| Intel (AMD64) | tar.gz | certifaction_1.12.0_darwin_amd64.tar.gz |
| Apple Silicon (ARM64) | tar.gz | certifaction_1.12.0_darwin_arm64.tar.gz |
Linux
| Architecture | Format | Download |
|---|---|---|
| AMD64 | Debian (.deb) | certifaction_1.12.0_linux_amd64.deb |
| AMD64 | RPM (.rpm) | certifaction_1.12.0_linux_amd64.rpm |
| AMD64 | Tarball (.tar.gz) | certifaction_1.12.0_linux_amd64.tar.gz |
| ARM64 | Debian (.deb) | certifaction_1.12.0_linux_arm64.deb |
| ARM64 | RPM (.rpm) | certifaction_1.12.0_linux_arm64.rpm |
| ARM64 | Tarball (.tar.gz) | certifaction_1.12.0_linux_arm64.tar.gz |
Windows
| Architecture | Format | Download |
|---|---|---|
| AMD64 | tar.gz | certifaction_1.12.0_windows_amd64.tar.gz |
| ARM64 | tar.gz | certifaction_1.12.0_windows_arm64.tar.gz |
FreeBSD
| Architecture | Format | Download |
|---|---|---|
| AMD64 | tar.gz | certifaction_1.12.0_freebsd_amd64.tar.gz |
| ARM64 | tar.gz | certifaction_1.12.0_freebsd_arm64.tar.gz |
Checksums
Installation
After downloading:
Extract the archive (for .tar.gz files)
tar -xzf certifaction_<version>_<os>_<arch>.tar.gzInstall the package (for .deb/.rpm)
# Debian/Ubuntu
sudo dpkg -i certifaction_<version>_linux_amd64.deb
# RHEL/Fedora
sudo rpm -i certifaction_<version>_linux_amd64.rpmMake executable and move to PATH (for tarballs)
chmod +x certifaction
sudo mv certifaction /usr/local/bin/For detailed installation instructions, see the Installation Guide.
Quick Start
# Sign a document
certifaction sign document.pdf
# Request a signature
certifaction request-signature document.pdf
# View help
certifaction --helpFor complete CLI documentation, see the CLI Reference.
System Requirements
- macOS: 10.15 (Catalina) or later
- Linux: Ubuntu 20.04+, Debian 10+, RHEL 8+, or compatible
- Windows: Windows 10 or later
- FreeBSD: FreeBSD 12 or later