goca

command module
v0.0.0-...-9bdb252 Latest Latest
Warning

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

Go to latest
Published: May 6, 2019 License: MIT Imports: 13 Imported by: 0

README

goCA

A simple CA utility to create CA's and certificates

samples so far

#create a root CA
goCA -create -root -outname="ca" #creates ca.crt and ca.key
#create an intermediate ca signed by the CA created in the last line
goCA -create -int -outname="int" -cacertpath="ca.crt" -cakeypath="ca.key" #creates int.crt and int.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