NetBurner 3.5.6
PDF Version |
ACME Client for Let's Encrypt. More...
#include <acmeRFC8555Servlet.h>
Inherits AcmeServletObject.
Public Member Functions | |
LetsEncryptAcmeServletObject (const bool useStaging=false) | |
Enable the Let's Encrypt ACME client. | |
![]() | |
void | Delete_Everything_Restart () |
Re-request the ACME certificate. | |
void | SetDiag (bool v) |
Turn on diganostic printf messages to the console. | |
NBString | GetGlobalStateString () |
Returns the detailed state of the ACME process. | |
NBString | GetStateString () |
Returns the specific state condition of the acmeservlet. | |
const char * | GetStateCC () |
Returns the specific state condition of the acmeservlet. | |
AcmeServletObject (const char *pUrlDir) | |
ACME Client Constructor. | |
ACME Client for Let's Encrypt.
|
inline |
Enable the Let's Encrypt ACME client.
useStaging | Optional boolean to use the Let's Encrypt staging server for testing (default false) |