Skip to content

Commit bef2948

Browse files
Merge pull request #274139 from microsoftshawarma/main
adding info on identity validation proper role assignment note
2 parents 817d8b9 + 082f0cd commit bef2948

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

articles/trusted-signing/faq.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ sections:
5252
No. If you delete a certificate profile, any certificates that were previously issued or used under that profile will remain valid - they won't be revoked.
5353
- question: Does Trusted Signing allow me to use a custom CN?
5454
answer: |
55-
Per the CA/B Forum baseline requirements for publicly trusted code signing certs, CN values must be the legal entity's validated name (e.g. Microsoft Corporation) so there isn't much flexibility in CN values.
55+
Per the CA/B Forum baseline requirements for publicly trusted code signing certs, CN values must be the legal entity's validated name (e.g. Microsoft Corporation) so there isn't much flexibility in CN values. However, a `O` value allows for verified legal names, trade names, and DBAs (doing business as). For individuals, there are already requirements for verification of individuals in the baseline requirements that we meet.
56+
- question: What do I do if the new identity validation button on the Azure portal is greyed out?
57+
answer: |
58+
This means you do not have the Identity Verifier role assigned to your account. Follow the [Assigning roles in Trusted Signing](https://learn.microsoft.com/azure/trusted-signing/tutorial-assign-roles) documentation to assign yourself the appropriate role.
5659
- name: Signing
5760
questions:
5861
- question: What is Trusted Signing’s HSM compliance level?

articles/trusted-signing/quickstart.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ trustedsigning create -n MyAccount -l eastus -g MyResourceGroup --sku Premium
186186

187187
You can complete your own Identity Validation by filing out the request form with the information that should be included in the certificate. Identity Validation can only be completed in the Azure portal – it can't be completed with Azure CLI.
188188

189+
> [!NOTE]
190+
> You will not be able to create an identity validation if you do not have the appropriate role assigned. If the "New identity" button is greyed out on the Azure portal ensure you have the "Trusted Signing Identity Verifier role" in order to proceed with identity validation.
191+
189192
Here are the steps to create an Identity Validation request:
190193

191194
1. Navigate to your new Trusted Signing account in the Azure portal.

0 commit comments

Comments
 (0)