CharlieHub Internal CA

Install this certificate to trust all *.charliehub.net and *.charliehub.internal services.

SHA-256 Fingerprint
B5:2B:38:F9:58:D0:B6:BD:58:BD:39:BD:6C:73:00:A9:B3:61:ED:2D:50:D4:27:87:C8:49:AD:BC:7B:A3:E3:2C
QR code
Scan to install on iPhone / iPad
Platform installation instructions

macOS (manual)

curl -O https://pki.charliehub.net/ca.crt
sudo security add-trusted-cert -d -r trustRoot \
  -k /Library/Keychains/System.keychain ca.crt

iOS / iPadOS

Tap Install on this device above (or scan the QR code on another device). Go to Settings → General → VPN & Device Management to complete installation, then enable trust in Settings → General → About → Certificate Trust Settings.

Ubuntu / Debian

curl -o /usr/local/share/ca-certificates/charliehub-internal-ca.crt \
  https://pki.charliehub.net/ca.crt
sudo update-ca-certificates

Windows (PowerShell, run as Administrator)

Invoke-WebRequest https://pki.charliehub.net/ca.crt -OutFile charliehub-ca.crt
certutil -addstore Root charliehub-ca.crt

Android

Download ca.crt, then go to Settings → Security → Install a certificate → CA certificate and select the downloaded file.