|
Apache HTTPD
|
#include <assert.h>#include <stdlib.h>#include <apr_lib.h>#include <apr_strings.h>#include <apr_buckets.h>#include <apr_hash.h>#include <apr_uri.h>#include "md.h"#include "md_crypt.h"#include "md_json.h"#include "md_jws.h"#include "md_http.h"#include "md_log.h"#include "md_result.h"#include "md_reg.h"#include "md_store.h"#include "md_util.h"#include "md_acme.h"#include "md_acme_acct.h"#include "md_acme_authz.h"#include "md_acme_order.h"#include "md_acme_drive.h"#include "md_acmev2_drive.h"Go to the source code of this file.
|
static |
Either we have an order stored in the STAGING area, or we need to create a new one at the ACME server.
Definition at line 54 of file md_acmev2_drive.c.
| apr_status_t md_acmev2_drive_renew | ( | md_acme_driver_t * | ad, |
| md_proto_driver_t * | d, | ||
| md_result_t * | result | ||
| ) |
Definition at line 96 of file md_acmev2_drive.c.