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

One certificate in the served chain — its subject/issuer common names plus the issuing organization (the friendly CA name, e.g. "Let's Encrypt", which lives in the O field rather than the CN). More...

#include <cert_info.h>

Collaboration diagram for mm::CertChainLink:
[legend]

Public Attributes

std::string subject
 Subject common name (CN).
 
std::string issuer
 Issuer common name (CN) — the subject of the next link up.
 
std::string organization
 Subject organization (O), e.g. "Let's Encrypt"; "" if absent.
 
std::string issuerOrganization
 Issuer organization (O) — names the next link's/root's org.
 

Detailed Description

One certificate in the served chain — its subject/issuer common names plus the issuing organization (the friendly CA name, e.g. "Let's Encrypt", which lives in the O field rather than the CN).

Member Data Documentation

◆ issuer

std::string mm::CertChainLink::issuer

Issuer common name (CN) — the subject of the next link up.

◆ issuerOrganization

std::string mm::CertChainLink::issuerOrganization

Issuer organization (O) — names the next link's/root's org.

◆ organization

std::string mm::CertChainLink::organization

Subject organization (O), e.g. "Let's Encrypt"; "" if absent.

◆ subject

std::string mm::CertChainLink::subject

Subject common name (CN).


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