Skip to content

zhengping12/zlint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zlint

Build Status

Certificate linting, written in Go.

Building

To install this code:

If you have not already set up a GOPATH, do the following after installing golang to temporarily set one under bash:

$ mkdir $HOME/godir

$ export GOPATH=$HOME/godir

$ export PATH=$PATH:$GOPATH/bin

or for Windows under cmd:

> mkdir %HOMEPATH%\godir

> set GOPATH=%HOMEPATH%\godir

> set PATH=%PATH%;%GOPATH%\bin

Then, simply install certlint:

$ go get github.com/zmap/zlint

About

Certificate Lints used by Censys

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.8%
  • Other 0.2%