Install local HTTPS
Trust the Furtka root CA on your device, then reach this box at
https://—/ with a green padlock.
HTTP stays available until you enable the redirect in
Settings.
Download the CA
- Fingerprint (SHA-256)
- —
Check this fingerprint matches what /settings shows before
trusting it on another device. The root CA is unique to this box.
Linux (system-wide)
Arch / Fedora / RHEL:
sudo cp rootCA.crt /etc/ca-certificates/trust-source/anchors/furtka-local.crt sudo update-ca-trust
Debian / Ubuntu:
sudo cp rootCA.crt /usr/local/share/ca-certificates/furtka-local.crt sudo update-ca-certificates
Firefox keeps its own certificate store. After the above, open
about:preferences#privacy → View Certificates →
Authorities → Import, pick rootCA.crt,
tick Trust this CA to identify websites.
macOS
- Double-click
rootCA.crt. Keychain Access opens. - When prompted, add it to the System keychain.
- Find the Furtka entry, double-click, expand Trust, set When using this certificate to Always Trust.
- Close the window — you will be asked for your password.
Windows
- Double-click
rootCA.crt. - Click Install Certificate.
- Choose Local Machine (requires admin) and click Next.
- Select Place all certificates in the following store → Browse → Trusted Root Certification Authorities.
- Finish. Chrome and Edge pick this up immediately. Firefox keeps its own store — import the same file via Firefox settings.
Android
- Transfer
rootCA.crtto the device (AirDrop, email, USB — whatever is handy). - Settings → Security (or Security & privacy) → More security settings → Encryption & credentials → Install a certificate → CA certificate.
- Confirm the warning, then pick the file.
Android 11+ only trusts user-installed CAs for browsers by default. Some apps (banking, Play services) ignore them. Not a Furtka bug — an Android policy choice.
iOS & iPadOS
Honest warning: iOS needs a signed configuration profile for a properly trusted CA. What works today:
- Email
rootCA.crtto yourself and open the attachment in Mail. iOS prompts to install a profile. - Settings → General → VPN & Device Management → tap the Furtka profile → Install.
- Settings → General → About → Certificate Trust Settings → toggle Furtka on.
A packaged .mobileconfig makes this smoother; it's on
the roadmap but not in this release.