/go-easyrsa

simple go library for implement easy-rsa functions

Primary LanguageGoMIT LicenseMIT

EasyRsa

Build Status Coverage Status GoDoc

Simple golang implementation some easy-rsa functions

cli usage examples

go get github.com/kemsta/go-easyrsa/easyrsa-cli

build ca pair

easyrsa-cli -k keys build-ca

build server pair

easyrsa-cli -k keys build-server-key some-server-name

build client pair

easyrsa-cli -k keys build-key some-client-name

revoke cert

easyrsa-cli -k keys revoke-full some-client-name