Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ListenAddress string // LISTEN_ADDRESS, Address to listen on for incoming connections ServerAddress string // SERVER_ADDRESS, Address of the arnika server Certificate string // CERTIFICATE, Path to the client certificate file PrivateKey string // PRIVATE_KEY, Path to the client key file CACertificate string // CA_CERTIFICATE, Path to the CA certificate file KMSURL string // KMS_URL, URL of the KMS server Interval time.Duration // INTERVAL, Interval between key updates WireGuardInterface string // WIREGUARD_INTERFACE, Name of the WireGuard interface to configure WireguardPeerPublicKey string // WIREGUARD_PEER_PUBLIC_KEY, Public key of the WireGuard peer PQCPSKFile string // PQC_PSK_FILE, Path to the PQC PSK file }
Config contains the configuration values for the arnika service.
Click to show internal directories.
Click to hide internal directories.