Skip to content

Commit 17e1938

Browse files
Final tweaks
1 parent e652252 commit 17e1938

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

content/learning-paths/servers-and-cloud-computing/cca-veraison-aws/domain-and-cert.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,22 @@ Veraison provides cloud services for attestation. These services are published o
1212

1313
[Route53](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/Welcome.html) is an AWS service that allows you to register and manage domains. In order to create your Veraison deployment in AWS, you first need to choose a domain name and register it with Route53.
1414

15-
### Choosing your domain name
15+
### Choosing Your Domain Name
1616

1717
Your domain name must be unique and specific to your Veraison deployment. Remember that this domain name is for creating public internet services, so it cannot clash with any other domains that exist on the public internet.
1818

1919
In this Learning Path, you will use `example-veraison.com` as an illustrative example of a domain name. However, do not use this name for your own deployment. Choose your own name, and use it in place of the example as you progress through the Learning Path.
2020

21-
### Registering your Domain with Route53
21+
### Registering Your Domain with Route53
2222

2323
The easiest way to create your domain is using the Route53 dashboard in the AWS Management Console:
2424

2525
* Using your web browser and AWS account credentials, sign into the console and search for the Route53 service. This takes you to the Route53 dashboard.
2626
* Locate the domain registration option, which looks something like the image below. Remember to use your own domain name where highlighted, not the `example-veraison.com` domain.
2727

28-
**Note:** If you have an existing domain and you wish to transfer it into Route53, instead of creating a new domain, you can use this option as well as shown below. Otherwise, the instructions here assume that you are creating a new domain.
28+
{{% notice Note %}}
29+
If you have an existing domain, you can transfer it into Route53 instead of registering a new one, as shown below. Otherwise, the instructions here assume that you are creating a new domain.
30+
{{% /notice %}}
2931

3032
![Register Domain](./create-domain.png)
3133

@@ -35,8 +37,8 @@ Route53 charges an annual fee for domain registration, which varies depending on
3537

3638
## Request Your Domain Certificate
3739

38-
### What is a Domain Certificate?
39-
Veraison publishes secure cloud services that can be reached on the internet using HTTPs. You'll need a certificate for your domain to help users trust and securely connect to your Veraison services.
40+
### Why Do I Need a Domain Certificate?
41+
Veraison publishes secure cloud services that can be reached on the internet using HTTPs. You need a domain certificate so users can securely and confidently connect to your Veraison services.
4042

4143
### Requesting a Certificate with AWS Certificate Manager
4244
You can use the [AWS Certificate Manager (ACM)](https://aws.amazon.com/certificate-manager/) to issue a certificate for your domain:
@@ -47,11 +49,13 @@ You can use the [AWS Certificate Manager (ACM)](https://aws.amazon.com/certifica
4749

4850
![Request Certificate](./request-certificate.png)
4951

50-
On the first page of the certificate wizard, select **public certificate**, then click **Next**.
52+
On the first page of the certificate wizard, select **Request a public certificate**, then click **Next**.
5153

5254
![Request Public Certificate](./request-public-certificate.png)
5355

54-
The next page of the wizard is for setting other properties of the certificate, starting with the domain name. The primary domain name of the certificate must precisely match the domain name that you registered with Route53 in the previous step. However, the Veraison deployment also creates a number of named services nested within that primary domain. In order for the certificate to adequately cover all of those named services, you need to give the certificate an additional name, which uses an asterisk (*) wildcard as shown below. Remember, once again, substitute your chosen domain name to use in place of `example-veraison.com`.
56+
The next page of the wizard is for setting other properties of the certificate, starting with the domain name. The primary domain name of the certificate must precisely match the domain name that you registered with Route53 in the previous step. However, the Veraison deployment also creates a number of named services nested within that primary domain.
57+
58+
In order for the certificate to adequately cover all of those named services, you need to give the certificate an additional name, which uses an asterisk (*) wildcard as shown below. Remember, once again, substitute your chosen domain name to use in place of `example-veraison.com`.
5559

5660
Use the **Add another name to this certificate** button to create the secondary name with the wildcard.
5761

content/learning-paths/servers-and-cloud-computing/cca-veraison-aws/use-verifier.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ layout: learningpathall
99
## Use Your AWS Deployment to Verify a CCA Attestation Token
1010
Now that your Veraison services are deployed into AWS and initialized with endorsements for the CCA reference platform, you are ready to make use of the verification service to verify a CCA attestation token.
1111

12-
To do this, you should follow the steps set out in the Learning Path [Get Started with CCA Attestation and Veraison](https://learn.arm.com/learning-paths/servers-and-cloud-computing/cca-veraison/). Follow the steps in that Learning Path exactly, except you'll use your AWS-hosted Veraison deployment instead of Linaro's service.
12+
To do this, you should follow the steps set out in the Learning Path [Get Started with CCA Attestation and Veraison](https://learn.arm.com/learning-paths/servers-and-cloud-computing/cca-veraison/). Follow the steps in this Learning Path exactly, except you'll use your AWS-hosted Veraison deployment instead of Linaro's service.
1313

1414
The URL for the Veraison server provided by Linaro is `https://veraison.test.linaro.org:8443`.
1515

16-
Instead of using this URL, you should use the URL for your Veraison service, which will be of the form `https://services.example-veraison.com:8443`, although you need to replace `example-veraison.com` with your own registered AWS domain.
16+
Instead of this URL, use the one for your own Veraison service, which will be of the form `https://services.example-veraison.com:8443`, although you need to replace `example-veraison.com` with your AWS domain.
1717

1818
Apart from this URL change, all other steps in the Learning Path remain the same.

0 commit comments

Comments
 (0)