Searched defs:certfile (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/ssl/ |
H A D | ssl_engine_init.c | 985 const char *vhost_id = mctx->sc->vhost_id, *key_id, *certfile, *keyfile; local 1003 (certfile = APR_ARRAY_IDX(mctx->pks->cert_files, i, 1012 if ((SSL_CTX_use_certificate_file(mctx->ssl_ctx, certfile, 1016 key_id, certfile); 1022 certfile) < 1)) { 1025 " check %s", key_id, certfile); 1035 keyfile = certfile; 1068 "do not match", key_id, certfile, keyfile); 1126 key_id, certfile, keyfile); 1132 if ((certfile [all...] |
Completed in 783 milliseconds