summaryrefslogtreecommitdiff
path: root/TO_FIX.md
blob: 611c3c99a832e74172bf6a8e6895aad4eac35edd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TODO:
can log_file be written to?
add systemd unit?

remove magic numbers

make log output user adjustable

add gmiaccess stuff

add cgi stuff

better magic detection

check if loaded cert/keys are actually valid

check values for keys in config file

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