mirror of
https://github.com/moepman/acertmgr.git
synced 2024-11-13 06:45:24 +01:00
Fix accidentally removed TODO.
This commit is contained in:
parent
2500b044f1
commit
0346a6b492
@ -185,8 +185,9 @@ def cert_put(domain, settings):
|
||||
src_fd = open(key_file, "r")
|
||||
crt_fd.write(src_fd.read())
|
||||
src_fd.close()
|
||||
# TODO fmt == "ca":
|
||||
else:
|
||||
print()
|
||||
# TODO error handling
|
||||
pass
|
||||
|
||||
# set owner and permissions
|
||||
|
Loading…
Reference in New Issue
Block a user