nebula/cert
forfuncsake 1110756f0f
Allow setup of a CA pool from bytes that contain expired certs (#599)
Co-authored-by: Nate Brown <nbrown.us@gmail.com>
2021-12-09 21:24:56 -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
ca.go Allow setup of a CA pool from bytes that contain expired certs (#599) 2021-12-09 21:24:56 -06:00
cert.go refactor: use X25519 instead of ScalarBaseMult (#533) 2021-10-12 12:03:43 -04: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 Allow setup of a CA pool from bytes that contain expired certs (#599) 2021-12-09 21:24:56 -06:00
errors.go Allow setup of a CA pool from bytes that contain expired certs (#599) 2021-12-09 21:24:56 -06:00

README.md

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