summaryrefslogtreecommitdiff
path: root/TO_FIX.md
diff options
context:
space:
mode:
Diffstat (limited to 'TO_FIX.md')
-rw-r--r--TO_FIX.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/TO_FIX.md b/TO_FIX.md
index af0e0c1..611c3c9 100644
--- a/TO_FIX.md
+++ b/TO_FIX.md
@@ -2,8 +2,6 @@ TODO:
can log_file be written to?
add systemd unit?
-gmi.pl needs to accept an arguemnt, where the config.toml is located.
-
remove magic numbers
make log output user adjustable
@@ -23,3 +21,7 @@ handle signals like interrupt better
recently-accepted-cert-cache for specific cert-req keys, doing a look up EACH and EVERY TIME can be expensive when it it likely that a single person will be looking around.
reduce complexity in cert_req()
+
+permission denied when the file is readable (MAC permissions)
+
+use GetOpt::Long in a reasonable manner