mirror of
https://github.com/slackhq/nebula.git
synced 2026-02-15 09:14:23 +01:00
Public Release
This commit is contained in:
15
cert/README.md
Normal file
15
cert/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
## `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:
|
||||
|
||||
```bash
|
||||
make
|
||||
```
|
||||
Reference in New Issue
Block a user