Hi @marrobi . At the University of Oxford we developed a workflow in AzureTRE-deployment to automate generate SSL certificates. It works well. Are you interested in that tiny piece of code or building that feature yourself?
Description
As a TRE Administrator
I want to let a separate workflow install certbot and run make letsencrypt at a desired frequency
So that I can sleep soundly
Acceptance criteria
- Workflow takes into account CUSTOM_DOMAIN
- After the workflow is run, https://{CUSTOM_DOMAIN} or https://{tre_id}.{region}.cloudapp.azure.com no longer has an insecure connection
- AzureTRE documentation is updated to reflect the existence of this workflow
Hi @marrobi . At the University of Oxford we developed a workflow in AzureTRE-deployment to automate generate SSL certificates. It works well. Are you interested in that tiny piece of code or building that feature yourself?
Description
As a TRE Administrator
I want to let a separate workflow install certbot and run make letsencrypt at a desired frequency
So that I can sleep soundly
Acceptance criteria