🔒 CloudStrife Certificate Authority
To access Homelab services securely, install this certificate authority on your device.
Installation Instructions
Firefox
- Settings → Privacy & Security → Certificates → View Certificates
- Authorities tab → Import
- Select the downloaded certificate
- Check "Trust this CA to identify websites"
Chrome/Edge
- Settings → Privacy and security → Security → Manage certificates
- Authorities tab → Import
- Select the downloaded certificate
Windows
- Double-click the downloaded certificate
- Install Certificate → Local Machine
- Place in "Trusted Root Certification Authorities"
macOS
- Double-click the certificate to open Keychain Access
- Find "CloudStrife Home CA" and double-click
- 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
- Settings → Security → Install from storage
- Select CA certificate
iOS
- Download and install the profile
- Settings → General → About → Certificate Trust Settings
- Enable the CloudStrife CA certificate