1
0
mirror of https://github.com/moepman/acertmgr.git synced 2025-01-06 06:05:23 +01:00

Fix accidentally removed TODO.

This commit is contained in:
Markus 2016-02-21 12:44:24 +01:00
parent 980daea649
commit c314ca07bb

View File

@ -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