cert

command module
v0.0.0-...-c707038 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2013 License: BSD-3-Clause Imports: 10 Imported by: 0

README

cert

Overview

cert is command line utility to generate a self-signed X.509 certificate for a TLS server. Outputs to cert.pem and key.pem and will overwrite existing files. It is based on the generate-cert tool included with the go source -- only slightly modified to take more arguments.

Prerequisites

None, binaries are statically linked. If you want to compile from source you need the go toolchain.

Installation

  • Save binary to a location in your PATH (i.e. /usr/local/bin/)
Downloads

Example

Generate a self-signed certificate valid for 1 year
$ cert -host example.com -org "Acme Co" -years 1
2013/02/02 16:45:56 written cert.pem
2013/02/02 16:45:56 written key.pem

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