mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-06-05 14:40:09 +02:00
This change fixes a bug with the CreateKeyPair demo script for the KMIPProxy client. The key pair name was never included with the create request due to variable name overuse. This change fixes the variable names thereby fixing the demo script. Fixes #249