@@ -22,29 +22,23 @@ domain by following the instructions below.
2222 that you must own the domain that you want to add to a project. If you do not
2323 own a domain yet, you can register one at a domain registrar like Google
2424 Domains, Namecheap, or gandi.net.
25- ![ add_custom_domain] ( ../docs-images/add_custom_domain.png )
2625
27263 . The domain is added to the domains list and will have a "setup" badge.
28274 . Click on the "setup" badge to visit the domain setup page, which will display
2928 the list of DNS records that need to be created/updated for your domain.
30- ![ dns_records_modal] ( ../docs-images/dns_records_modal.png )
3129
3230## ** Step 2:** Update your custom domain's DNS records
3331
3432Go to the DNS configuration panel of your domain registrar (or the service
3533you're using to manage DNS) and enter the records as described on the domain
3634setup page.
3735
38- ![ change_dns_records] ( ../docs-images/change_dns_records.png )
39-
4036## ** Step 3:** Validate that the DNS records have been updated
4137
4238Go back to the Deno Deploy Classic dashboard and click the ** Validate** button
4339on the domain setup page. It will check if the DNS records are correctly set and
4440if so, update the status to "Validated, awaiting certificate provisioning."
4541
46- ![ get_certificates] ( ../docs-images/get_certificates.png )
47-
4842## ** Step 4:** Provision a certificate for your custom domain
4943
5044At this point you have two options. 99% of the time, you should choose the first
@@ -58,9 +52,7 @@ option.
5852 [ Let's Encrypt] ( https://letsencrypt.org/ ) from provisioning certificates.
5953 Certificates will be automatically renewed around 30 days before the
6054 certificate expires. When you have been issued certificates successfully, you
61- will see a green checkmark like this:
62-
63- ![ green_check] ( ../docs-images/green_check.png )
55+ will see a green checkmark.
6456
65572 . Manually upload a certificate and private key.
6658
0 commit comments