diff options
author | Stefan Eissing <icing@apache.org> | 2022-04-27 13:53:04 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2022-04-27 13:53:04 +0200 |
commit | e247d79298ceefd79a2c610508fa15ba7f5acb6a (patch) | |
tree | fb0604a3f9ad8d1c4391d7b9e98a208cd018cb32 | |
parent | *) mod_md: added support for managing certificates via a (diff) | |
download | apache2-e247d79298ceefd79a2c610508fa15ba7f5acb6a.tar.xz apache2-e247d79298ceefd79a2c610508fa15ba7f5acb6a.zip |
*) mod_md: implement full auto status ("key: value" type status output).
Especially not only status summary counts for certificates and
OCSP stapling but also lists. Auto status format is similar to
what was used for mod_proxy_balancer.
added change desription for code added in r1900313.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900314 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | changes-entries/md_status.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes-entries/md_status.txt b/changes-entries/md_status.txt new file mode 100644 index 0000000000..920d3d08d6 --- /dev/null +++ b/changes-entries/md_status.txt @@ -0,0 +1,5 @@ + *) mod_md: implement full auto status ("key: value" type status output). + Especially not only status summary counts for certificates and + OCSP stapling but also lists. Auto status format is similar to + what was used for mod_proxy_balancer. + [Rainer Jung] |