This repository contains a client implementation and utilities for interacting with gNSI (gRPC Network Security Interface) services.
This project is based on the official OpenConfig gNSI specification and reference implementation:
π https://github.com/openconfig/gnsi
gNSI (gRPC Network Security Interface) provides a set of APIs for managing security-related services on network devices, including:
- Certificate management (Certz)
- Authentication and authorization
- Key rotation
- Secure RPC communication
This repository provides a client-side implementation to interact with gNSI-enabled services.