cert-fetcher

command module
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

README

GoDoc Go Go Report Card GitHub Release

cert-fetcher

Fetch ssl certificates from https urls and store them in different formats.

Supported output formats

  • pem
  • jks (java keystore)

Print

Prints the certificates of a given URL.

cert-fetcher https://www.foo.bar

# All options
cert-fetcher --help

Export pem

Stores the certificates from the given URL into a pem file.

cert-fetcher pem https://www.foo.bar

# All options
cert-fetcher pem --help

Export java keystore

Stores the certificates from the given URL into a java keystore file.

cert-fetcher jks https://www.foo.bar

# All options
cert-fetcher jks --help
Run behind proxy

To run cert-fetcher behind a proxy, just provide the proxy as env variable.

env https_proxy=http://proxy.net:8080 cert-fetcher jks --url https://www.foo.bar

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
jks
pem

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL