Skip to content

sansnom/jbang-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JBang Catalog

Scripts:

  • HTTP Server
  • TLS client (like openssl s_client)

Download JBang.

HTTP Server

Serve local files using (JDK HTTP Server).

  • Run: jbang http-server@sansnom
  • Usage/help: jbang http-server@sansnom -h

Alternatives:

TLS client

Check TLS connection to server (you can choose protocol, ciphers) and build a truststore if necessary.

  • Run: jbang tls-client@sansnom -connect www.google.fr:443
  • Usage/help: jbang tls-client@sansnom -h

Alternatives:

  • openssl s_client
  • Original InstallCert.java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages