TheTesla / gocca

client certificate authority in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create initial root CA certificate:

openssl req -x509 -new -nodes -extensions v3_ca -key ../private/dec.ca.key.pem -days 1024 -out ca-root.pem -sha512

You need to use the openssl.cnf provided in this repo. It has the extended key usage enabled for signing certificates.

About

client certificate authority in go


Languages

Language:Go 82.8%Language:Shell 17.2%