Skip to content

Commit a9ad14c

Browse files
small changes to docs for versioning and instructions
1 parent 8dbf62a commit a9ad14c

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

articles/trusted-signing/faq.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ sections:
4747
- question: What if I fail identity validation?
4848
answer: |
4949
If more documentation is required for identity validation, you're asked to provide those documents on the Azure portal. Otherwise, we recommend checking for an email sent to the listed address for email validation. However, if your organization fails identity validation we can't onboard you to Trusted Signing. We recommend you delete your Trusted Signing account so you don't get billed for unused resources.
50+
- question: What is the cost of using Trusted Signing?
51+
answer: |
52+
For the beginning of Public Preview until June 2024 Trusted Signing will be free. You will still be prompted to select a Basic or Premium SKU when you create your account and we will throttle signing requests.
53+
- question: What are my support options when onboarding to Trusted Signing?
54+
answer: |
55+
If you are a managed customer on Azure and have a support plan you can create a support ticket with the service on the Azure portal to be assisted by Azure customer support. Otherwise, we recommend you go to Microsoft Q&A or StackOverflow under the tag Trusted-Signing to ask questions.
5056
- name: Certificate Profiles
5157
questions:
5258
- question: What if my Trusted Signing subject name is different than my old cert and my MSIX's package name is now different?

articles/trusted-signing/how-to-signing-integrations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The components that SignTool.exe uses to interface with Trusted Signing require
6666

6767
### Download and install Trusted Signing Dlib package
6868
Complete these steps to download and install the Trusted Signing Dlib package (.ZIP):
69-
1. Download the [Trusted Signing Dlib package](https://www.nuget.org/packages/Azure.CodeSigning.Client).
69+
1. Download the [Trusted Signing Dlib package](https://www.nuget.org/packages/Microsoft.Trusted.Signing.Client).
7070

7171
2. Extract the Trusted Signing Dlib zip content and install it onto your signing node in a directory of your choice. You’re required to install it onto the node you’ll be signing files from with SignTool.exe.
7272

@@ -113,11 +113,11 @@ Trusted Signing certificates have a 3-day validity, so timestamping is critical
113113
## Use other signing integrations with Trusted Signing
114114
This section explains how to set up other not [SignTool](#set-up-signtool-with-trusted-signing) signing integrations with Trusting Signing.
115115

116-
* GitHub Action – To use the GitHub action for Trusted Signing, visit [Azure Code Signing · Actions · GitHub Marketplace](https://github.com/marketplace/actions/azure-code-signing) and follow the instructions to set up and use GitHub action.
116+
* GitHub Action – To use the GitHub action for Trusted Signing, visit [Trusted Signing · Actions · GitHub Marketplace](https://github.com/azure/trusted-signing-action) and follow the instructions to set up and use GitHub action.
117117

118-
* ADO Task – To use the Trusted Signing AzureDevOps task, visit [Azure Code Signing - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.AzureCodeSigning) and follow the instructions for setup.
118+
* ADO Task – To use the Trusted Signing AzureDevOps task, visit [Trusted Signing - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.TrustedSigning&ssr=false#overview) and follow the instructions for setup.
119119

120-
* PowerShell for Authenticode – To use PowerShell for Trusted Signing, visit [PowerShell Gallery | AzureCodeSigning 0.2.15](https://www.powershellgallery.com/packages/AzureCodeSigning/0.2.15) to install the PowerShell module.
120+
* PowerShell for Authenticode – To use PowerShell for Trusted Signing, visit [PowerShell Gallery | Trusted Signing 0.3.8](https://www.powershellgallery.com/packages/TrustedSigning/0.3.8) to install the PowerShell module.
121121

122122
* Azure PowerShell – App Control for Business CI Policy - App Control for Windows [link to CI policy signing tutorial].
123123

articles/trusted-signing/tutorial-assign-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Complete the following steps to assign roles in Trusted Signing.
3131
2. Select on the **Roles** tab and search "Trusted Signing". You can see in the screenshot below the two custom roles.
3232
![Screenshot of Azure portal UI with the Trusted Signing custom RBAC roles.](./media/trusted-signing-rbac-roles.png)
3333

34-
3. To assign these roles, select on the **Add** drop down and select **Add role assignment**. Follow the [Assign roles in Azure](https://docs.microsoft.com/azure/role-based-access-control/role-assignments-portal?tabs=current) guide to assign the relevant roles to your identities.
34+
3. To assign these roles, select on the **Add** drop down and select **Add role assignment**. Follow the [Assign roles in Azure](https://docs.microsoft.com/azure/role-based-access-control/role-assignments-portal?tabs=current) guide to assign the relevant roles to your identities. _Note that you will need at least a Contributor role to create a Trusted Signing account and certificate profile._
3535

3636
## Related content
3737
* [What is Azure role-based access control (RBAC)?](https://docs.microsoft.com/azure/role-based-access-control/overview)

0 commit comments

Comments
 (0)