separate the provider used for cert creation and credential management. This will allow the site to use a different service for cert creation than vault, and allow credentials to be managed separately.
Credentials currently allow for use of postgres or vault for storing certs and is moving away from vault. Certificate management is also moving away from vault, but will likely go a different direction from credential management.
This task is to separate the two so that they can be configured independently and developed in parallel
separate the provider used for cert creation and credential management. This will allow the site to use a different service for cert creation than vault, and allow credentials to be managed separately.
Credentials currently allow for use of postgres or vault for storing certs and is moving away from vault. Certificate management is also moving away from vault, but will likely go a different direction from credential management.
This task is to separate the two so that they can be configured independently and developed in parallel