Certificate

An openssl certificate

Members

Functions

getExpiry
DateTime getExpiry()

Returns the number of seconds since 1970, i.e., epoch time.

getExpiryDisplay
string getExpiryDisplay()

Returns the 'Not After' result that openssl would display if running the following command.

Variables

fullchain
string fullchain;

The full CA chain with cert

privkey
string privkey;

The private key to sign requests

Meta