github.com/slackhq/nebula@v1.9.0/cert/README.md (about) 1 ## `cert` 2 3 This is a library for interacting with `nebula` style certificates and authorities. 4 5 A `protobuf` definition of the certificate format is also included 6 7 ### Compiling the protobuf definition 8 9 Make sure you have `protoc` installed. 10 11 To compile for `go` with the same version of protobuf specified in go.mod: 12 13 ```bash 14 make 15 ```