gece

command module
v0.0.0-...-3fa3833 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2022 License: Apache-2.0 Imports: 18 Imported by: 0

README

gece

GeCe is a simple generate certificate system. Gece can generate certificate authority,certificate and sign certificate with CA. it will help us for our ssl needs in our local environments.

Usage

go build

## Generate certificate authority
./gece -ca -outpem ca.pem -outkey ca.key

## Generate certificate
./gece -cert -outpem cert.pem -outkey cert.key

## Generate certificate and sign ca
./gece -cert -sign-ca -outpem cert.pem -outkey cert.key

## Generate certificate and sign with ca which is given from arguments
./gece -cert -sign-ca -inca ca.pem -inkey ca.key -outpem cert.pem -outkey cert.key

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