nebula/cert
Nate Brown 328db6bb82 Root constraint usage and support in nebula-cert 2019-12-17 17:59:21 -08:00
..
Makefile Public Release 2019-11-19 17:00:20 +00:00
README.md Public Release 2019-11-19 17:00:20 +00:00
ca.go Public Release 2019-11-19 17:00:20 +00:00
cert.go Root constraint usage and support in nebula-cert 2019-12-17 17:59:21 -08:00
cert.pb.go Public Release 2019-11-19 17:00:20 +00:00
cert.proto Public Release 2019-11-19 17:00:20 +00:00
cert_test.go Support root subnet asserts 2019-12-17 17:10:46 -08:00

README.md

cert

This is a library for interacting with nebula style certificates and authorities.

A protobuf definition of the certificate format is also included

Compiling the protobuf definition

Make sure you have protoc installed.

To compile for go with the same version of protobuf specified in go.mod:

make