diff options
author | Luke Bratch <luke@bratch.co.uk> | 2018-11-21 22:50:23 +0000 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2018-11-21 22:50:23 +0000 |
commit | 607cb60110fab704bfa58668fbe2681df9fe0fd4 (patch) | |
tree | e6b94e8628896a9583912b5170ce375c99635676 /README | |
parent | 004608179988a12cffcecfa9981303270d445eff (diff) |
Move the list of hosts and ports to a separate file, plus add sample and readme files
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +1. Create a file with a list of hosts and ports in the format "host:port" with one on each line - see the sample file myhostsandports.txt.sample +2. By default the hosts/ports file is expected to be in the current directory and named "myhostsandports.txt" +3. Edit default settings such as expiry warn time and the hosts/ports file name/path by editing certexpiry.sh |