![]() |
AOSharedServiceLibrary
|
A Structure for storing an SSL Certificate. More...
#include <buffers.h>


Public Attributes | |
| std::string | certificate |
| Certificate String. | |
| std::string | issuing_ca |
| Issuing CA String. | |
| std::string | ca_chain |
| CA Chain String. | |
| std::string | private_key |
| Private Key String. | |
| std::string | private_key_type |
| Private Key Type. | |
| std::string | serial_number |
| Serial Number. | |
| int | lease_duration = 0 |
| Amount of time the certificate will be valid. | |
Public Attributes inherited from AOSSL::Buffer | |
| bool | success |
| Success flag. | |
| std::string | err_msg |
| Error Message. | |
A Structure for storing an SSL Certificate.
1.8.11