nebula/cert
Wade Simmons 45d1d2b6c6
Update dependencies - 2022-04 (#664)
Updated  github.com/kardianos/service         https://github.com/kardianos/service/compare/v1.2.0...v1.2.1
    Updated  github.com/miekg/dns                 https://github.com/miekg/dns/compare/v1.1.43...v1.1.48
    Updated  github.com/prometheus/client_golang  https://github.com/prometheus/client_golang/compare/v1.11.0...v1.12.1
    Updated  github.com/prometheus/common         https://github.com/prometheus/common/compare/v0.32.1...v0.33.0
    Updated  github.com/stretchr/testify          https://github.com/stretchr/testify/compare/v1.7.0...v1.7.1
    Updated  golang.org/x/crypto                  5770296d90...ae2d96664a
    Updated  golang.org/x/net                     69e39bad7d...749bd193bc
    Updated  golang.org/x/sys                     7861aae155...289d7a0edf
    Updated  golang.zx2c4.com/wireguard/windows   v0.5.1...v0.5.3
    Updated  google.golang.org/protobuf           v1.27.1...v1.28.0
2022-04-18 12:12:25 -04: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 Update dependencies - 2022-04 (#664) 2022-04-18 12:12:25 -04:00
cert.pb.go Update dependencies - 2022-04 (#664) 2022-04-18 12:12:25 -04:00
cert.proto IPv6 support for outside (udp) (#369) 2021-03-18 20:37:24 -05:00
cert_test.go Update dependencies - 2022-04 (#664) 2022-04-18 12:12:25 -04: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