|
vor 3 Monaten | |
---|---|---|
.. | ||
Makefile | vor 9 Monaten | |
README.md | vor 4 Monaten | |
asn1.go | vor 4 Monaten | |
ca_pool.go | vor 4 Monaten | |
ca_pool_test.go | vor 4 Monaten | |
cert.go | vor 4 Monaten | |
cert_v1.go | vor 3 Monaten | |
cert_v1.pb.go | vor 9 Monaten | |
cert_v1.proto | vor 9 Monaten | |
cert_v1_test.go | vor 4 Monaten | |
cert_v2.asn1 | vor 4 Monaten | |
cert_v2.go | vor 4 Monaten | |
cert_v2_test.go | vor 4 Monaten | |
crypto.go | vor 9 Monaten | |
crypto_test.go | vor 3 Monaten | |
errors.go | vor 4 Monaten | |
helper_test.go | vor 4 Monaten | |
pem.go | vor 4 Monaten | |
pem_test.go | vor 4 Monaten | |
sign.go | vor 4 Monaten | |
sign_test.go | vor 4 Monaten |
cert
This is a library for interacting with nebula
style certificates and authorities.
There are now 2 versions of nebula
certificates:
This version is deprecated.
A protobuf
definition of the certificate format is included at cert_v1.proto
To compile the definition you will need protoc
installed.
To compile for go
with the same version of protobuf specified in go.mod:
make proto
This is the latest version which uses asn.1 DER encoding. It can support ipv4 and ipv6 and tolerate future certificate changes better than v1.
cert_v2.asn1
defines the wire format and can be used to compile marshalers.