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
"""Automation for cert renewal.
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
"""
"""Display SSL cert status and relevant dates."""
import datetime
import logging
import getpass
import os
import pathlib
import pexpect
import pwd
import subprocess
import sys
import time