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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ sections:
49
49
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
50
- question: What is the cost of using Trusted Signing?
51
51
answer: |
52
-
For the beginning of Public Preview until June 2024 Trusted Signing is free. You'll still be prompted to select a Basic or Premium SKU when you create your account and we throttle signing requests.
52
+
For Public Preview Trusted Signing is free for now. You'll still be prompted to select a Basic or Premium SKU when you create your account and we throttle signing requests.
53
53
- question: What are my support options when onboarding to Trusted Signing?
54
54
answer: |
55
55
If you're a managed customer on Azure, and have a support plan you can create a support ticket with the service on the Azure portal and 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.
The components that SignTool.exe uses to interface with Trusted Signing require the installation of the [.NET 6.0 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) You only need the core .NET 6.0 Runtime. Make sure you install the correct platform runtime depending on which version of SignTool.exe you intend to run (or simply install both). For example:
62
+
### Download and install .NET 8.0 Runtime
63
+
The components that SignTool.exe uses to interface with Trusted Signing require the installation of the [.NET 8.0 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) You only need the core .NET 8.0 Runtime. Make sure you install the correct platform runtime depending on which version of SignTool.exe you intend to run (or simply install both). For example:
64
64
65
-
* For x64 SignTool.exe: [Download Download .NET 6.0 Runtime - Windows x64 Installer](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-6.0.9-windows-x64-installer)
66
-
* For x86 SignTool.exe: [Download Download .NET 6.0 Runtime - Windows x86 Installer](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-6.0.9-windows-x86-installer)
65
+
* For x64 SignTool.exe: [Download Download .NET 8.0 Runtime - Windows x64 Installer](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-8.0.4-windows-x64-installer)
66
+
* For x86 SignTool.exe: [Download Download .NET 8.0 Runtime - Windows x86 Installer](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-8.0.4-windows-x86-installer)
67
67
68
68
### Download and install Trusted Signing Dlib package
69
69
Complete these steps to download and install the Trusted Signing Dlib package (.ZIP):
@@ -90,8 +90,8 @@ To sign using Trusted Signing, you need to provide the details of your Trusted S
90
90
|--------------|-----------|------------|
91
91
| East US | EastUS |`https://eus.codesigning.azure.net`|
92
92
| West US | WestUS |`https://wus.codesigning.azure.net`|
93
-
| West Central US | WestCentralUS |`https://wcus.codesigning.azure.net/`|
94
-
| West US 2 | WestUS2 |`https://wus2.codesigning.azure.net/`|
93
+
| West Central US | WestCentralUS |`https://wcus.codesigning.azure.net`|
94
+
| West US 2 | WestUS2 |`https://wus2.codesigning.azure.net`|
95
95
| North Europe | NorthEurope |`https://neu.codesigning.azure.net`|
96
96
| West Europe | WestEurope |`https://weu.codesigning.azure.net`|
0 commit comments