]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add -t -DDUMP_CERTS option to mod_ssl which dumps the filenames of all
authorJoe Orton <jorton@apache.org>
Wed, 10 Nov 2004 15:21:44 +0000 (15:21 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 10 Nov 2004 15:21:44 +0000 (15:21 +0000)
commit92a4eacd1d91407f786cb9f12902857dc03813a9
tree8adc285dadff10af6ec30f8c2569f76615074085
parent718d01b274cb5773c11ec3f554884896a49ffc4d
Add -t -DDUMP_CERTS option to mod_ssl which dumps the filenames of all
configured SSL certificates to stdout, useful for cron-ing through a
"do I need to renew any of my certificates this week" tool:

* modules/ssl/ssl_engine_config.c (ssl_hook_ConfigTest): New function.

* modules/ssl/mod_ssl.c (ssl_register_hooks): ...register it as a
test_config hook.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@105741 13f79535-47bb-0310-9956-ffa450edef68
mod_ssl.c
ssl_engine_config.c
ssl_private.h