mirror of
https://github.com/slackhq/nebula.git
synced 2025-01-25 17:48:25 +00:00
35603d1c39
* add PKCS11 support * add pkcs11 build option to the makefile, add a stub pkclient to avoid forcing CGO onto people * don't print the pkcs11 option on nebula-cert keygen if not compiled in * remove linux-arm64-pkcs11 from the all target to fix CI * correctly serialize ec keys * nebula-cert: support PKCS#11 for sign and ca * fix gofmt lint * clean up some logic with regard to closing sessions * pkclient: handle empty correctly for TPM2 * Update Makefile and Actions --------- Co-authored-by: Morgan Jones <me@numin.it> Co-authored-by: John Maguire <contact@johnmaguire.me> |
||
---|---|---|
.. | ||
ca.go | ||
cert.go | ||
cert.pb.go | ||
cert.proto | ||
cert_test.go | ||
crypto.go | ||
crypto_test.go | ||
errors.go | ||
Makefile | ||
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