diff --git a/ul-status.py b/ssl-status.py similarity index 85% rename from ul-status.py rename to ssl-status.py index 5b46fce..bb33a4a 100755 --- a/ul-status.py +++ b/ssl-status.py @@ -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