Move Key gen script to cmd folder

Moves the keygeneration script from bin to cmd folder.
This is preferred because other scripts for HSM interaction
such as the PKEK re-wrap are located here.

Change-Id: I731ec087e96114d00bd983edd60d2e1806399e16
This commit is contained in:
Thomas Dinkjian 2015-10-27 15:54:26 -05:00
parent 525626de89
commit ffcd649638
2 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ console_scripts =
barbican-keystone-listener = barbican.cmd.keystone_listener:main
barbican-worker = barbican.cmd.worker:main
pkcs11-kek-rewrap = barbican.cmd.pkcs11_kek_rewrap:main
pkcs11-key-generation = barbican.cmd.pkcs11_key_generation:main
barbican-retry = barbican.cmd.retry_scheduler:main
barbican.secretstore.plugin =