## Problem Statement We need to be able to generate license signing keys and store them securely. This ticket follows the [Licensing RFC](https://www.notion.so/coderhq/Workspaces-v2-Paid-Features-Licensing-45c00200adc64c19b0ae51bee7d32413#44f2cdbbf7e245d9830bcaae05cc6037) ## Acceptance Criteria 1. login with Google Cloud Credentials 1. export `LICENSOR_KEY_BUCKET` environment variable to storage bucket you have write access to 1. run `licensor gen-sign-key` 1. verify a pair of keys are created with todays date, e.g. `2022-07-22/public` and `2022-07-22/private` in the bucket Note: automated unit testing is generally not required for this repo