|
Apache HTTPD
|
Go to the source code of this file.
Classes | |
| struct | md_acme_driver_t |
Typedefs | |
| typedef struct md_acme_driver_t | md_acme_driver_t |
| apr_status_t md_acme_drive_cert_poll | ( | struct md_proto_driver_t * | d, |
| int | only_once | ||
| ) |
Definition at line 262 of file md_acme_drive.c.
| apr_status_t md_acme_drive_set_acct | ( | struct md_proto_driver_t * | d, |
| struct md_result_t * | result | ||
| ) |
Definition at line 81 of file md_acme_drive.c.
| apr_status_t md_acme_drive_setup_cred_chain | ( | md_proto_driver_t * | d, |
| md_result_t * | result | ||
| ) |
Pre-Req: all domains have been validated by the ACME server, e.g. all have AUTHZ resources that have status 'valid'
Setup private key, if not already there
Definition at line 354 of file md_acme_drive.c.