@@ 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