Skip to content

Commit d7ea7d7

Browse files
fixing date in faq and updating .net dependency
1 parent 92feea5 commit d7ea7d7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/trusted-signing/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ sections:
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.
5050
- question: What is the cost of using Trusted Signing?
5151
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.
5353
- question: What are my support options when onboarding to Trusted Signing?
5454
answer: |
5555
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.

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Prerequisites:
3232

3333
Overview of steps:
3434
1. [Download and install SignTool.](#download-and-install-signtool)
35-
2. [Download and install the .NET 6 Runtime.](#download-and-install-net-60-runtime)
35+
2. [Download and install the .NET 8 Runtime.](#download-and-install-net-80-runtime)
3636
3. [Download and install the Trusted Signing Dlib Package.](#download-and-install-trusted-signing-dlib-package)
3737
4. [Create JSON file to provide your Trusted Signing account and Certificate Profile.](#create-json-file)
3838
5. [Invoke SignTool.exe to sign a file.](#invoke-signtool-to-sign-a-file)
@@ -59,11 +59,11 @@ Invoke-WebRequest -Uri https://dist.nuget.org/win-x86-commandline/latest/nuget.e
5959
.\nuget.exe install Microsoft.Windows.SDK.BuildTools -Version 10.0.20348.19
6060
```
6161

62-
### Download and install .NET 6.0 Runtime
63-
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:
6464

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)
6767

6868
### Download and install Trusted Signing Dlib package
6969
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
9090
|--------------|-----------|------------|
9191
| East US | EastUS | `https://eus.codesigning.azure.net` |
9292
| 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` |
9595
| North Europe | NorthEurope | `https://neu.codesigning.azure.net` |
9696
| West Europe | WestEurope | `https://weu.codesigning.azure.net` |
9797

0 commit comments

Comments
 (0)