From a74d048aba1e3c5f50b9b60bd954ac96fc54cb25 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 4 Oct 2020 03:38:51 +0200
Subject: [PATCH] Add a warning that Privoxy currently does not garbage-collect
 obsolete keys and certificates

---
 doc/source/p-config.sgml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml
index f5bc81f6..d9144458 100644
--- a/doc/source/p-config.sgml
+++ b/doc/source/p-config.sgml
@@ -4209,6 +4209,19 @@ forward-socks4, forward-socks4a, forward-socks5 and forward-socks5t</title>
     The permissions should only let &my-app; and the &my-app;
     admin access the directory.
    </para>
+   <warning>
+    <para>
+     &my-app; currently does not garbage-collect obsolete keys
+     and certificates and does not keep track of how may keys
+     and certificates exist.
+    </para>
+    <para>
+     &my-app; admins should monitor the size of the directory
+     and/or make sure there is sufficient space available.
+     A cron job to limit the number of keys and certificates
+     to a certain number may be worth considering.
+    </para>
+   </warning>
   </listitem>
  </varlistentry>
  <varlistentry>
-- 
2.49.0