Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 764 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 764 Bytes

EasyCert

Wrap over OpenSSL to create and handle certificates.

Documentation online

Installation

go get github.com/tredoe/easycert

Usage

In the first, there is to create the directory structure:

easycert init

which creates the directory '.cert' in your HOME directory.

Then, can be generated the certificate requests to be signed by a certification authority.

License

The source files are distributed under the Mozilla Public License, version 2.0, unless otherwise noted.
Please read the FAQ if you have further questions regarding the license.


Generated by Gowizard