Fix accidentally removed TODO.

This commit is contained in:
Markus 2016-02-21 12:44:24 +01:00
parent 2500b044f1
commit 0346a6b492
1 changed files with 2 additions and 1 deletions

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