|
Motion Master 6.0.0-alpha.50
Next-generation motion control software
|
"tls" block — certificate paths and startup self-heal policy.
More...
#include <config.h>
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). | |
"tls" block — certificate paths and startup self-heal policy.
| bool TlsConfig::autoUpdate = true |
Fetch a fresh cert when missing/expired/expiring (false ⇒ off).
| 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).
| std::string TlsConfig::keyPath |
"" = auto-discover, paired with certPath.