|
|
vor 4 Monaten | |
|---|---|---|
| .. | ||
| Makefile | vor 1 Jahr | |
| README.md | vor 1 Jahr | |
| asn1.go | vor 1 Jahr | |
| ca_pool.go | vor 1 Jahr | |
| ca_pool_test.go | vor 1 Jahr | |
| cert.go | vor 6 Monaten | |
| cert_v1.go | vor 6 Monaten | |
| cert_v1.pb.go | vor 1 Jahr | |
| cert_v1.proto | vor 1 Jahr | |
| cert_v1_test.go | vor 4 Monaten | |
| cert_v2.asn1 | vor 1 Jahr | |
| cert_v2.go | vor 6 Monaten | |
| cert_v2_test.go | vor 4 Monaten | |
| crypto.go | vor 1 Jahr | |
| crypto_test.go | vor 11 Monaten | |
| errors.go | vor 7 Monaten | |
| helper_test.go | vor 1 Jahr | |
| pem.go | vor 4 Monaten | |
| pem_test.go | vor 6 Monaten | |
| sign.go | vor 6 Monaten | |
| sign_test.go | vor 1 Jahr | |
certThis 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.