key_creator.tasks module
Basic tasks for generating a keypair, signing that keypair with a certificate, and uploading the relevant keys to the login nodes of AWI’s HPC system.
- Provides the following functions and
invokeCLI commands: generate_keypairas a function (orgenerate-keypairas a CLI command)sign_keypair_with_caas a function (orsign-keypair-with-caas a CLI command)upload_keypair_to_login_nodeas a function (orupload-keypair-to-login-nodeas a CLI command)
For the command line version, you may use:
$ inv <COMMAND>
Where <COMMAND> is one of the three commands given above. See the function
documentation for further information on each command.