Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

junlapong/tls

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.