Apache2
|
#include <openssl/evp.h>
#include <openssl/x509v3.h>
Go to the source code of this file.
Functions | |
int | md_is_managed (struct server_rec *) |
apr_status_t | md_get_certificate (struct server_rec *, apr_pool_t *, const char **pkeyfile, const char **pcertfile) |
int | md_is_challenge (struct conn_rec *, const char *, X509 **pcert, EVP_PKEY **pkey) |
apr_status_t md_get_certificate | ( | struct server_rec * | , |
apr_pool_t * | , | ||
const char ** | pkeyfile, | ||
const char ** | pcertfile | ||
) |
Get the certificate/key for the managed domain (md_is_managed != 0).
int md_is_managed | ( | struct server_rec * | ) |