python2-pykmip-server

implementation of the Key Management Interoperability Protocol - Python 2.x

Install

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

python-pykmip

implementation of the Key Management Interoperability Protocol - Python 2.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 2.x module.