🔒 CloudStrife Certificate Authority

To access Homelab services securely, install this certificate authority on your device.

Download Root CA Certificate

📥 Download cloudstrife-ca.crt

Installation Instructions

Firefox

  1. Settings → Privacy & Security → Certificates → View Certificates
  2. Authorities tab → Import
  3. Select the downloaded certificate
  4. Check "Trust this CA to identify websites"

Chrome/Edge

  1. Settings → Privacy and security → Security → Manage certificates
  2. Authorities tab → Import
  3. Select the downloaded certificate

Windows

  1. Double-click the downloaded certificate
  2. Install Certificate → Local Machine
  3. Place in "Trusted Root Certification Authorities"

macOS

  1. Double-click the certificate to open Keychain Access
  2. Find "CloudStrife Home CA" and double-click
  3. Set Trust to "Always Trust"

Linux/NixOS

Debian/Ubuntu:

sudo cp cloudstrife-ca.crt /usr/local/share/ca-certificates/
sudo update-ca-certificates

NixOS (add to configuration.nix):

security.pki.certificateFiles = [ /path/to/cloudstrife-ca.crt ];

Fedora/RHEL/CentOS:

sudo cp cloudstrife-ca.crt /etc/pki/ca-trust/source/anchors/
sudo update-ca-trust

Android

  1. Settings → Security → Install from storage
  2. Select CA certificate

iOS

  1. Download and install the profile
  2. Settings → General → About → Certificate Trust Settings
  3. Enable the CloudStrife CA certificate