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
Copy file name to clipboardExpand all lines: articles/trusted-signing/faq.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,9 @@ sections:
43
43
44
44
Steps to take if your identity validation request fails:
45
45
- If the Microsoft validation team can't make a determination about your request based on the information that you provide (even after you provide more documentation if we request it), we can't set up Trusted Signing for you. In this scenario, we recommend that you delete your Trusted Signing account so that you aren't billed for unused resources.
46
+
- question: What if I need assistance with Identity Validation?
47
+
answer: |
48
+
For questions with Identity Validation reach out via Microsoft Q&A or Stack Overflow, tag: trusted-signing. Identity Validation issues aren't supported by Azure Support.
46
49
- question: What is the cost of using Trusted Signing?
47
50
answer: |
48
51
Trusted Signing is free for now in public preview. You're prompted to select a Basic SKU or Premium SKU when you create your account.
@@ -63,7 +66,7 @@ sections:
63
66
- Per Certification Authority/Browser Forum (CA/Browser Forum) Code Signing Baseline Requirements (CSBRs) for publicly trusted code signing certificates, CN values must be the legal entity's validated name (for example, `Microsoft Corporation`), so there's no flexibility in CN values.
64
67
65
68
For O:
66
-
- At, this time the service doesn't support customization.
69
+
- At this time the service doesn't support customization.
67
70
- question: What do I do if the New identity validation button in the Azure portal is greyed out?
68
71
answer: |
69
72
It means that you don't have the Trusted Signing Identity Verifier role assigned to your account. Follow the steps in [Assign roles in Trusted Signing](https://learn.microsoft.com/azure/trusted-signing/tutorial-assign-roles) to assign yourself the appropriate role.
1. Verify your Trusted Signing account by using the `trustedsigning show -g MyResourceGroup -n MyAccount` command.
190
+
1. Verify your Trusted Signing account by using the `az trustedsigning show -g MyResourceGroup -n MyAccount` command.
191
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.
@@ -196,10 +196,10 @@ The following table lists *helpful commands* to use when you create a Trusted Si
@@ -332,22 +332,22 @@ To create a certificate profile by using the Azure CLI:
332
332
1. 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:
|`trustedsigning certificate-profile create -–help`| Shows help for sample commands, and shows detailed parameter descriptions. |
349
-
|`trustedsigning certificate-profile list -g MyResourceGroup --account-name MyAccount`| Lists all certificate profiles that are associated with a Trusted Signing account. |
350
-
|`trustedsigning certificate-profile show -g MyResourceGroup --account-name MyAccount -n MyProfile`| Gets the details for a certificate profile. |
348
+
|`az trustedsigning certificate-profile create -–help`| Shows help for sample commands, and shows detailed parameter descriptions. |
349
+
|`az trustedsigning certificate-profile list -g MyResourceGroup --account-name MyAccount`| Lists all certificate profiles that are associated with a Trusted Signing account. |
350
+
|`az trustedsigning certificate-profile show -g MyResourceGroup --account-name MyAccount -n MyProfile`| Gets the details for a certificate profile. |
351
351
352
352
---
353
353
@@ -386,7 +386,7 @@ To delete Trusted Signing resources by using the Azure CLI:
386
386
To delete a Trusted Signing certificate profile, run this command:
0 commit comments