Skip to content

Commit

Permalink
Updating documentation to clarify cert renewal (#503)
Browse files Browse the repository at this point in the history
* Updating documentation to clarify cert renewal

* Clarifying a point based on feedback from Thomas

* Clarifying a few points

* Clarifying the instructions
  • Loading branch information
jordankainos authored Jan 14, 2025
1 parent a4211c6 commit 03a81d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ If your site is being hosted on:
- [Azure CDN](https://docs.microsoft.com/en-us/azure/cdn/)

Then you must use [Microsoft managed certificates](https://docs.microsoft.com/en-us/azure/frontdoor/front-door-custom-domain-https#option-1-default-use-a-certificate-managed-by-front-door)
You can automatically generate/deploy an Azure-manged certificate by copying an existing site in [Azure Platform Terraform](https://github.com/hmcts/azure-platform-terraform/commit/f6655ecb98de678647e0adae1aeb7dc693a01cb4)
Please note, if the certificate status on 'domains' under Frontdoor in Azure portal does not show as 'deployed', you will need to manually validate the certificate by creating a TXT record on Azure-public-DNS like in this [example PR](https://github.com/hmcts/azure-public-dns/pull/1963)
You can view the TXT record that needs created by clicking on the status under 'validation state'
<img src="../../images/validate-dns.png" alt="Domain validation TXT record" width="500"/>

## Manual certificate requests

Expand Down
Binary file added source/images/validate-dns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 03a81d5

Please sign in to comment.