@@ 38,18 38,23 @@ example.nl imaps Wrong CN, certificate is for example.org
## Usage
```
-usage: Certificate checker [-h] [--https | --no-https] [--imaps | --no-imaps] [--pop3s | --no-pop3s] [--smtps | --no-smtps] [--port PORT] domain [domain ...]
+usage: Certificate checker [-h] [--https | --no-https] [--imaps | --no-imaps]
+ [--pop3s | --no-pop3s] [--smtps | --no-smtps]
+ [--port PORT] [--timeout TIMEOUT]
+ domain [domain ...]
positional arguments:
domain
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)
- --port PORT Check a specific port
+ -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)
+ --port PORT Check a specific port
+ --timeout TIMEOUT, -t TIMEOUT
+ Set the timeout in seconds for the TCP connection
```
## Installation