Skip to content

junlapong/tls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tls

TLS Certificate Utility

getcert

Download public certificates

./getcert.sh www.google.com
./getcert.sh localhost 8443

cipher

Check server enabled ciphers

./cipher.sh www.google.com 443
./cipher.sh localhost 8443

sslyze

SSL scanner

./sslyze.sh www.google.com
./sslyze.sh localhost 8443

mkcert

mkcert is a simple tool for making locally-trusted development certificates

Installation

# macOS
brew install mkcert
brew install nss # if you use Firefox

# Windows
choco install mkcert

Usage

mkcert example.com "*.example.com" example.test localhost 127.0.0.1 ::1

About

TLS Certificate Utility

Topics

Resources

License

Stars

Watchers

Forks

Languages