nebula/cert
Nathan Brown 68e3e84fdc
More like a library (#279)
2020-09-18 09:20:09 -05: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 Use inclusive terminology for cert blocking (#272) 2020-08-06 11:17:47 +10:00
cert.go More like a library (#279) 2020-09-18 09:20:09 -05: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 More like a library (#279) 2020-09-18 09:20:09 -05: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