TLSCertAnalyzer

Description

Interactive tool that enables better understanding of TLS Certificate Chains in Glamorous Toolkit

Details

Source
GitHub
License
MIT
Stars
1
Forks
1
Created
Oct. 3, 2022
Updated
Dec. 12, 2022

README excerpt

# TLSCertAnalyzer
Interactive tool that enables better understanding of TLS Certificate Chains in [Glamorous Toolkit](https://gtoolkit.com/)

# Installation

```Smalltalk
[ EpMonitor current disableDuring: [ Metacello new
   baseline: 'TLSCertAnalyzer';
   repository: 'github://botwhytho/TLSCertAnalyzer:main/src';
   onConflictUseLoaded;
   load. ]] asAsyncFuture await
   ```
   
   # Usage
   
 Seach for the `TLSCertAnalyzer` class through spotter and use the 'Certs' class view to analyze new cert files or cert chain from specific host names.
← Back to results