Use the `cert` library for Nebula certificates
masterThe cert library provides tools for interacting with Nebula-style certificates and authorities. It supports two versions of the certificate format:
- v1: A deprecated version based on
protobuf. - v2: The current, recommended version which uses
asn.1 DERencoding. v2 supports both IPv4 and IPv6 and is designed to be more resilient to future certificate format changes.
When building applications, ensure you are targeting the v2 format for compatibility and future-proofing.