Skip to main content

Module trust

Module trust 

Source
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§

AutoTrustResult
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.