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/concept.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Trusted Signing has the following resource types:
53
53
54
54
In the below example structure, you notice that an Azure Subscription has a resource group and under that resource group you can have one or many Code Signing Account resources with one or many Certificate Profiles. This ability to have multiple Code Signing Accounts and Certificate Profiles is useful as the service supports Public Trust, Private Trust, VBS Enclave, and Test signing.
55
55
56
-

56
+

Copy file name to clipboardExpand all lines: articles/trusted-signing/faq.yml
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -20,18 +20,18 @@ sections:
20
20
- question: What Windows versions does Trusted Signing support? # Question.
21
21
answer: |
22
22
Refer to the [Trusted Signing Program Windows Support](https://support.microsoft.com/topic/kb5022661-windows-support-for-the-azure-code-signing-program-4b505a31-fa1e-4ea6-85dd-6630229e8ef4) page for details about Windows support for Trusted Signing.
23
-
The service is supported on all currently supported versions of:
24
-
*Windows 11 (Supported out of the box)
25
-
*Windows 10 - RS5 (Windows 10, Version 1809/ October 2018 Update) or newer
26
-
*Windows Server 2019, Windows Server 2016
23
+
The service is supported on all currently supported versions of:
24
+
*Windows 11 (Supported out of the box)
25
+
*Windows 10 - RS5 (Windows 10, Version 1809/ October 2018 Update) or newer
26
+
*Windows Server 2019, Windows Server 2016
27
27
Files signed by Trusted Signing’s Public Trust certificates are trusted on:
28
-
*Windows Server 2012 R2 (Command line only)
29
-
*Windows 8.1
30
-
*Windows 7 SP1 ESU - Must install May 2021 update rolls up
31
-
*Windows 10 1507
32
-
Not Supported
33
-
*Windows 7 SP1 non-ESU (Not supported by Microsoft)
34
-
*Windows OS version that were already end of life
28
+
*Windows Server 2012 R2 (Command line only)
29
+
*Windows 8.1
30
+
*Windows 7 SP1 ESU - Must install May 2021 update rolls up
31
+
*Windows 10 1507
32
+
Not Supported
33
+
*Windows 7 SP1 non-ESU (Not supported by Microsoft)
34
+
*Windows OS version that were already end of life
35
35
36
36
General User Mode Code Integrity (UMCI) support for Trusted Signing:
37
37
* Signed binaries was added in the July 2021 Certificate Trust List (CTL) update delivered by Windows. In standard scenarios, upon first sight of an end-entity cert from a chain on the machine, the system pulls down the root CA cert into the trust root store on a system.
@@ -105,7 +105,7 @@ sections:
105
105
- question: How do I fix pop-up credentials in the Azure VM when running the SignTool + Dlib command?
106
106
answer: |
107
107
- [Create a user-assigned managed identity](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/overview).
108
-
- Then add the user-assigned managed identity to the VM. :::image type="content" source="media\trusted-signing-user-managed-identity.png" alt-text="Screenshot of adding managed identity to the VM.":::
108
+
- Then add the user-assigned managed identity to the VM by selecting the VM, going to "Identity" in the left navigation bar, clicking "User assigned" and the "Add" button to add the managed identity.
109
109
- Finally, in the Resource Group (or Subscription) that has the role Trusted Signing Certificate Profile Signer, add the user-assigned managed identity to the role. Go to "Access control (IAM)" and "Role assignments" to assign the correct role.
110
110
- question: How do I fix pop-up credentials when using GCP?
0 commit comments