Skip to content

Commit 1884328

Browse files
identity validation id
1 parent 0d1e8c0 commit 1884328

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

articles/trusted-signing/faq.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ 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. 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.
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 is no flexibility in CN values. For O, at this time Trusted Signing does not support customization.
5656
- question: What do I do if the new identity validation button on the Azure portal is greyed out?
5757
answer: |
5858
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.
@@ -123,6 +123,8 @@ sections:
123123
- question: What if I change the Subscription ID or Tenant ID?
124124
answer: |
125125
At the moment, Trusted Signing resources can't be migrated across Subscriptions or Tenants. Hence, any change to Tenant ID or Subscription ID will need fro you to create all the Trusted Signing resources again.
126-
126+
- question: Does Trusted Signing issue EV certificates?
127+
answer: |
128+
No, Trusted Signing does not issue EV certificates and there are no plans to issue these in the future.
127129
##additionalContent: |
128130
## Next steps
25.1 KB
Loading

articles/trusted-signing/quickstart.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,17 @@ A certificate profile resource is the logical container of the certificates that
270270

271271
# [Azure CLI](#tab/certificateprofile-cli)
272272

273+
**Prerequisites**
274+
You need the Identity Validation ID for the entity that the certificate profile is being created for. The below steps will guide you to obtain your Identity Validation ID from Azure Portal.
275+
276+
1. Navigate to your Trusted Signing account in the Azure portal.
277+
2. From either the Trusted Signing account overview page or from Objects, select **Identity Validation**.
278+
3. Select the hyperlink for the relevant entity, from the panel on the right you can copy the **Identity validation Id**.
279+
280+
:::image type="content" source="media/trusted-signing-identity-validation-id.png" alt-text="Screenshot of trusted-signing-identity-validation-id." lightbox="media/trusted-signing-identity-validation-id.png":::
281+
282+
283+
273284
To create a certificate profile with Azure CLI, follow these steps:
274285

275286
1. Create a certificate profile using the following command:

0 commit comments

Comments
 (0)