Expand description
CA certificate trust management for the reverse proxy.
Provides functions to:
- Check if the pitchfork CA is trusted by the system (
is_ca_trusted) - Install the CA into the system trust store (
install_cert) - Remove the CA from the system trust store (
uninstall_cert) - Auto-trust the CA during supervisor startup (
auto_trust)
Enums§
- Auto
Trust Result - Result of an auto-trust attempt.
Functions§
- auto_
trust - Attempt to automatically install the CA certificate into the system trust store during supervisor startup.
- install_
cert - Install the CA certificate into the system trust store.
- is_
ca_ trusted - Check if the pitchfork CA certificate is already trusted by the system.
- uninstall_
cert - Remove the pitchfork CA certificate from the system trust store.