Motion Master 6.0.0-alpha.50
Next-generation motion control software
Loading...
Searching...
No Matches
TlsConfig Struct Reference

"tls" block — certificate paths and startup self-heal policy. More...

#include <config.h>

Collaboration diagram for TlsConfig:
[legend]

Public Attributes

std::string certPath
 
std::string keyPath
 "" = auto-discover, paired with certPath.
 
bool autoUpdate = true
 Fetch a fresh cert when missing/expired/expiring (false ⇒ off).
 

Detailed Description

"tls" block — certificate paths and startup self-heal policy.

Member Data Documentation

◆ autoUpdate

bool TlsConfig::autoUpdate = true

Fetch a fresh cert when missing/expired/expiring (false ⇒ off).

◆ certPath

std::string TlsConfig::certPath

"" = auto-discover: bundled cert, then acme.sh, then the install-dir default — fetched from the rolling release on startup if missing or expired (see autoUpdate).

◆ keyPath

std::string TlsConfig::keyPath

"" = auto-discover, paired with certPath.


The documentation for this struct was generated from the following file: