John Maguire a56a97e5c3 Add ability to encrypt CA private key at rest (#386) 2 年之前
..
Makefile 7073d204a8 IPv6 support for outside (udp) (#369) 4 年之前
README.md f22b4b584d Public Release 5 年之前
ca.go 1110756f0f Allow setup of a CA pool from bytes that contain expired certs (#599) 3 年之前
cert.go a56a97e5c3 Add ability to encrypt CA private key at rest (#386) 2 年之前
cert.pb.go a56a97e5c3 Add ability to encrypt CA private key at rest (#386) 2 年之前
cert.proto a56a97e5c3 Add ability to encrypt CA private key at rest (#386) 2 年之前
cert_test.go a56a97e5c3 Add ability to encrypt CA private key at rest (#386) 2 年之前
crypto.go a56a97e5c3 Add ability to encrypt CA private key at rest (#386) 2 年之前
crypto_test.go a56a97e5c3 Add ability to encrypt CA private key at rest (#386) 2 年之前
errors.go 1110756f0f Allow setup of a CA pool from bytes that contain expired certs (#599) 3 年之前

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