|
Motion Master 6.0.0-alpha.50
Next-generation motion control software
|
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>
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. | |
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).
| std::string mm::CertChainLink::issuer |
Issuer common name (CN) — the subject of the next link up.
| std::string mm::CertChainLink::issuerOrganization |
Issuer organization (O) — names the next link's/root's org.
| std::string mm::CertChainLink::organization |
Subject organization (O), e.g. "Let's Encrypt"; "" if absent.
| std::string mm::CertChainLink::subject |
Subject common name (CN).