0
0
mirror of https://github.com/slackhq/nebula.git synced 2024-12-21 20:07:49 +00:00
slackhq_nebula/cert
2024-10-10 18:00:22 -05:00
..
ca_pool_test.go Cert interface (#1212) 2024-10-10 18:00:22 -05:00
ca_pool.go Cert interface (#1212) 2024-10-10 18:00:22 -05:00
cert_test.go Cert interface (#1212) 2024-10-10 18:00:22 -05:00
cert_v1.go Cert interface (#1212) 2024-10-10 18:00:22 -05:00
cert_v1.pb.go Cert interface (#1212) 2024-10-10 18:00:22 -05:00
cert_v1.proto Cert interface (#1212) 2024-10-10 18:00:22 -05:00
cert.go Cert interface (#1212) 2024-10-10 18:00:22 -05:00
crypto_test.go Cert interface (#1212) 2024-10-10 18:00:22 -05:00
crypto.go Cert interface (#1212) 2024-10-10 18:00:22 -05:00
errors.go Cert interface (#1212) 2024-10-10 18:00:22 -05:00
Makefile Cert interface (#1212) 2024-10-10 18:00:22 -05:00
pem_test.go Cert interface (#1212) 2024-10-10 18:00:22 -05:00
pem.go Cert interface (#1212) 2024-10-10 18:00:22 -05:00
README.md Public Release 2019-11-19 17:00:20 +00:00
sign.go Cert interface (#1212) 2024-10-10 18:00:22 -05: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