Files
nebula/cert
Wade Simmons aba42f9fa6 enforce the use of goimports (#248)
* enforce the use of goimports

Instead of enforcing `gofmt`, enforce `goimports`, which also asserts
a separate section for non-builtin packages.

* run `goimports` everywhere

* exclude generated .pb.go files
2020-06-30 18:53:30 -04:00
..
2019-11-19 17:00:20 +00:00
2019-12-17 17:10:46 -08:00
2020-06-30 18:53:30 -04:00
2019-11-19 17:00:20 +00:00
2019-11-19 17:00:20 +00:00
2019-11-19 17:00:20 +00:00
2019-11-19 17:00:20 +00:00

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