Skip to content

rumsystem/ip-cert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Get SSL certificate from ZeroSSL for an IP address.

Usage

Help

go run main.go
Currently get a SSL Certificate from ZeroSSL

Usage:
  ip-cert [command]

Available Commands:
  check       Check SSL Certificate
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  issue       Issue Certificate for an IP Address

Flags:
  -h, --help   help for ip-cert

issue ssl certificate

sudo go run main.go issue --ip x.x.x.x --key xxxx --dir ~/.ip-certs/

Note:

check ssl certificate information

check ssl certificate from local filesystem

go run main.go check --cert /tmp/ip-certs/x.x.x.x/certificate.crt --priv /tmp/ip-certs/x.x.x.x/private.key

check ssl certificate for a website uri

go run main.go check --url https://github.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages