python3-pykmip-server

KMIP v1.1 library - Python 3.x

Install

All systems
curl cmd.cat/python3-pykmip-server.sh
Debian Debian
apt-get install python3-pykmip
Ubuntu
apt-get install python3-pykmip
image/svg+xml Kali Linux
apt-get install python3-pykmip
Fedora
dnf install python3-pykmip
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-pykmip
Raspbian
apt-get install python3-pykmip

python3-pykmip

KMIP v1.1 library - Python 3.x

PyKMIP is a Python implementation of the Key Management Interoperability Protocol (KMIP) specification, supporting version 1.1 of the KMIP standard. The KMIP standard is governed by the Organization for the Advancement of Structured Information Standards (OASIS) and specifies a client/server-based protocol to perform key, certificate, and secret object management, including storage and maintenance operations. The PyKMIP library currently provides a KMIP client and server supporting the following operations for the KMIP SymmetricKey managed object: * Create * Register * Get * Destroy This package contains the Python 3.x module.