~martijnbraam/certtool

c0a7d050379b3640282f13017c6636674db4670e — Martijn Braam 10 months ago b3d5063
Update readme usage
1 files changed, 8 insertions(+), 5 deletions(-)

M README.md
M README.md => README.md +8 -5
@@ 40,7 40,8 @@ example.nl   imaps  Wrong CN, certificate is for example.org
```
usage: Certificate checker [-h] [--https | --no-https] [--imaps | --no-imaps]
                           [--pop3s | --no-pop3s] [--smtps | --no-smtps]
                           [--port PORT] [--timeout TIMEOUT]
                           [--submission | --no-submission] [--port PORT]
                           [--timeout TIMEOUT]
                           domain [domain ...]

positional arguments:


@@ 48,10 49,12 @@ positional arguments:

options:
  -h, --help            show this help message and exit
  --https, --no-https   Check http (default: True)
  --imaps, --no-imaps   Check imap (default: False)
  --pop3s, --no-pop3s   Check pop3s (default: False)
  --smtps, --no-smtps   Check smtp (default: False)
  --https, --no-https   Check http (443) (default: True)
  --imaps, --no-imaps   Check imap (993) (default: False)
  --pop3s, --no-pop3s   Check pop3s (995) (default: False)
  --smtps, --no-smtps   Check smtp (465) (default: False)
  --submission, --no-submission
                        Check smtp with starttls (587) (default: False)
  --port PORT           Check a specific port
  --timeout TIMEOUT, -t TIMEOUT
                        Set the timeout in seconds for the TCP connection