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 invoke CLI commands:
  • generate_keypair as a function (or generate-keypair as a CLI command)

  • sign_keypair_with_ca as a function (or sign-keypair-with-ca as a CLI command)

  • upload_keypair_to_login_node as a function (or upload-keypair-to-login-node as 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.