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
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -40,14 +40,11 @@ sections:
40
40
- question: What are my support options when I set up Trusted Signing?
41
41
answer: |
42
42
- You can create a support ticket in the Azure portal to get Azure support. Also, you can post a question or search for related questions on [Microsoft Q&A](https://learn.microsoft.com/answers/tags/509/trusted-signing) (use the tag **Azure Trusted Signing**) or [Stack Overflow](https://stackoverflow.com/questions/tagged/trusted-signing) (use the tag **trusted-signing**).
43
-
- name: Certificate profiles and identity validation
43
+
- name: identity validation
44
44
questions:
45
45
- question: What if my Trusted Signing subject name is different from the name in my certificate and my MSIX package name is different now?
46
46
answer: |
47
47
- For Windows app MSIX packages, follow the guidance in [MSIX persistent identity](/windows/msix/package/persistent-identity).
48
-
- question: Does deleting a certificate profile revoke the certificates?
49
-
answer: |
50
-
- No. If you delete a certificate profile, any certificates that were previously issued or used under that profile remain valid. The certificates aren't revoked.
51
48
- question: Can I use a custom CN or a custom O with Trusted Signing?
52
49
answer: |
53
50
- No, you can't use a custom Common Name (CN) or a custom Organization (O) with Trusted Signing. Currently, the Trusted Signing service doesn't support customization. Also, keep in mind that per the Certification Authority Browser Forum (CA/Browser Forum) in the Code Signing Baseline Requirements (CSBRs) for publicly trusted code signing certificates, CN values must always be the legal entity's validated name (for example, `Microsoft Corporation`).
@@ -69,6 +66,20 @@ sections:
69
66
- question: What if email validation link has expired?
70
67
answer: |
71
68
- If you missed to click on the email verification within 7 dyas, you need to start a new identity validation request. A new link cannot be resent on the same request.
69
+
- question: What if email validation says "Failed" and you think you never received the email validation link?
70
+
answer: |
71
+
- create another identity validation request, ensuring that the email address used meets the criteria and can receive links from external email addresses
72
+
- name: Certificate profiles
73
+
questions:
74
+
- question: What if my Trusted Signing subject name is different from the name in my certificate and my MSIX package name is different now?
75
+
answer: |
76
+
- For Windows app MSIX packages, follow the guidance in [MSIX persistent identity](/windows/msix/package/persistent-identity).
77
+
- question: Does deleting a certificate profile revoke the certificates?
78
+
answer: |
79
+
- Deleting a certificate profile does not revoke any previously issued certificates or invalidate their signatures; they remain valid.
80
+
- question: Can I add OU field to Public Trust or Public Trust Test or VBS enclave certificate profile?
81
+
answer: |
82
+
- No. OU fields are only available with Private Trust certificates.
72
83
- name: Signing
73
84
questions:
74
85
- question: What types of files can we sign by using Trusted Signing?
@@ -160,6 +171,9 @@ sections:
160
171
- question: Is the pricing pro-rated or it is full amount regardless of when you begin to use the service?
161
172
answer: |
162
173
The pricing is not calculated on a pro rata basis. The invoice is generated with the full amount for the SKU that you selected when you created the account, regardless of when you begin to use the service after you create your account.
174
+
- question: What does the signing quota include?
175
+
answer: |
176
+
The signing quota encompasses all signing activities across any certificate profile within a Trusted Signing account.
163
177
- name: Unenroll from the Trusted Signing service
164
178
questions:
165
179
- question: How do I unenroll from Trusted Signing?
0 commit comments