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

The TLS cert/key paths the server should use, plus where they came from. More...

#include <cert_updater.h>

Collaboration diagram for mm::ResolvedCert:
[legend]

Public Attributes

std::string certPath
 Resolved certificate path (always populated).
 
std::string keyPath
 
std::string source
 

Detailed Description

The TLS cert/key paths the server should use, plus where they came from.

Member Data Documentation

◆ certPath

std::string mm::ResolvedCert::certPath

Resolved certificate path (always populated).

◆ keyPath

std::string mm::ResolvedCert::keyPath

Resolved private-key path (always populated).

◆ source

std::string mm::ResolvedCert::source

Human-readable description of the discovered source (for the caller to log), or empty when the paths were configured explicitly or fell through to the install-dir default.


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