rename and cleanup

This commit is contained in:
LuKe Tidd 2022-10-14 10:54:11 -04:00
parent b29e0308d4
commit 4826cea9c8

View File

@ -1,19 +1,9 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
"""Automation for cert renewal. """Display SSL cert status and relevant dates."""
assumptions:
* firewall has access configured for specified key
* firewall sshd config contains: `AcceptEnv ssl_service state`
* firewall has `ssl-update.sh` copied to /usr/local/bin and chmod +x
"""
import datetime import datetime
import logging import logging
import getpass
import os import os
import pathlib
import pexpect
import pwd
import subprocess import subprocess
import sys import sys
import time import time