tlskeypair

command
v1.5.4 Latest Latest
Warning

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

Go to latest
Published: May 4, 2023 License: ISC Imports: 14 Imported by: 0

README

tlskeypair

This is a small utility that prints whether a certificate and private
key correspond. Specify the private key file with -k and the
certificate with -c.

Example:

	$ tlskeypair -k server.key -c server.pem
	Match.
	$ echo $?
	0
	$ tlskeypair -k server.key -c client.pem
	No match (public keys don't match).



Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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