Skip to content

Commit 503b260

Browse files
committed
update wording
Signed-off-by: Yi Zha <[email protected]>
1 parent e428e30 commit 503b260

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-registry/container-registry-tutorial-sign-build-push.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In this tutorial:
3333

3434
## Install Notation CLI and AKV plugin
3535

36-
1. Install Notation v1.0.0 on a Linux environment. You can also download the package for other environments by following the [Notation installation guide](https://notaryproject.dev/docs/installation/cli/).
36+
1. Install Notation v1.0.0 on a Linux amd64 environment. You can also download the package for other environments by following the [Notation installation guide](https://notaryproject.dev/docs/installation/cli/).
3737

3838
```bash
3939
# Download, extract and install
@@ -44,7 +44,7 @@ In this tutorial:
4444
cp ./notation /usr/local/bin
4545
```
4646

47-
2. Install the Notation Azure Key Vault plugin on a Linux environment. You can also download the package for other environments by following the [Notation AKV plugin installation guide](https://github.com/Azure/notation-azure-kv#installation-the-akv-plugin).
47+
2. Install the Notation Azure Key Vault plugin on a Linux amd64 environment. You can also download the package for other environments by following the [Notation AKV plugin installation guide](https://github.com/Azure/notation-azure-kv#installation-the-akv-plugin).
4848

4949
> [!NOTE]
5050
> The plugin directory varies depending upon the operating system being used. The directory path below assumes Ubuntu. Please read the [Notation directory structure for system configuration](https://notaryproject.dev/docs/concepts/directory-structure/) for more information.
@@ -79,7 +79,7 @@ In this tutorial:
7979
AKV_NAME=myakv
8080
# New desired key name used to sign and verify
8181
CERT_NAME=wabbit-networks-io
82-
CERT_SUBJECT="CN=wabbit-networks.io,O=Notary,L=Seattle,ST=WA,C=US"
82+
CERT_SUBJECT="CN=wabbit-networks.io,O=Notation,L=Seattle,ST=WA,C=US"
8383
CERT_PATH=./${CERT_NAME}.pem
8484
```
8585

0 commit comments

Comments
 (0)