https://github.com/tls-inspector/tlsc
A command line tool to show certificates for any HTTPS website
https://github.com/tls-inspector/tlsc
command-line linux ssl tls
Last synced: 4 months ago
JSON representation
A command line tool to show certificates for any HTTPS website
- Host: GitHub
- URL: https://github.com/tls-inspector/tlsc
- Owner: tls-inspector
- License: gpl-3.0
- Created: 2020-01-15T02:51:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T04:57:22.000Z (over 5 years ago)
- Last Synced: 2025-01-06T20:35:39.527Z (6 months ago)
- Topics: command-line, linux, ssl, tls
- Language: C++
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tlsc
A command line app to show TLS certificates for any HTTPS website
## Usage
```
tlsc [https://][:port]
```### Examples
**Inspect a domain name:**
```
tlsc www.example.com
```**Inspect a domain name with non-standard port:**
```
tlsc www.example.com:7443
```**Inspect an IPv4 address:**
```
tlsc 192.0.2.1
```**Inspect an IPv6 address:**
```
tlsc [2001:db8::1]
```That's it.
## Todo:
- [x] Support custom port numbers
- [ ] Support specifying ciphersuite
- [ ] Support specifying TLS version