0
0
Fork 0
mirror of https://github.com/slackhq/nebula.git synced 2025-01-11 20:08:12 +00:00
slackhq_nebula/cert
2021-03-18 20:37:24 -05:00
..
ca.go Use inclusive terminology for cert blocking (#272) 2020-08-06 11:17:47 +10:00
cert.go Check certificate banner during nebula-cert print (#373) 2021-02-05 14:52:32 -06:00
cert.pb.go IPv6 support for outside (udp) (#369) 2021-03-18 20:37:24 -05:00
cert.proto IPv6 support for outside (udp) (#369) 2021-03-18 20:37:24 -05:00
cert_test.go Check certificate banner during nebula-cert print (#373) 2021-02-05 14:52:32 -06:00
Makefile IPv6 support for outside (udp) (#369) 2021-03-18 20:37:24 -05:00
README.md Public Release 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