You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Verify your Trusted Signing account by using the `az trustedsigning show -g MyResourceGroup -n MyAccount` command.
191
-
188
+
3. Verify your Trusted Signing account by using:
189
+
```azurecli
190
+
az trustedsigning show -g MyResourceGroup -n MyAccount` command.
191
+
```
192
192
> [!NOTE]
193
193
> If you use an earlier version of the Azure CLI from the Trusted Signing private preview, your account defaults to the Basic SKU. To use the Premium SKU, either upgrade the Azure CLI to the latest version or use the Azure portal to create the account.
194
194
@@ -406,22 +406,22 @@ To create a certificate profile by using the Azure CLI:
406
406
407
407
1. Create a certificate profile by using the following command:
408
408
409
-
```azurecli
410
-
az trustedsigning certificate-profile create -g MyResourceGroup --a
409
+
```azurecli
410
+
az trustedsigning certificate-profile create -g MyResourceGroup --a
For more information, see [Naming constraints for certificate profiles](#naming-constraints-for-certificate-profiles).
415
415
416
416
2. Create a certificate profile that includes optional fields (street address or postal code) in the subject name of the certificate by using the following command:
0 commit comments