Skip to content

Commit d90fb9d

Browse files
committed
Update readme with typos
1 parent 9bd7b2e commit d90fb9d

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,15 @@ Outline the file contents of the repository. It helps users navigate the codebas
4444
# Introduction
4545
This tool is a user-friendly Graphical User Interface (GUI) tool that simplifies and streamlines the process of digitally signing files using Microsoft's signtool.exe. This tool is designed to provide a straightforward interface, enabling users to apply digital signatures to software executables, drivers, DLLs, and other file types effortlessly.
4646

47-
4847
![Main GUI](/docs/pictures/mainform.png)
4948

50-
5149
## Features
52-
- Intuitive User Interface: SignToolGUI offers an intuitive and user-friendly interface, eliminating the need for complex command-line inputs associated with signtool.exe. Users can easily navigate through the signing process.
50+
- Intuitive user interface: **SignToolGUI** offers an intuitive and user-friendly interface, eliminating the need for complex command-line inputs associated with signtool.exe. Users can easily navigate through the signing process.
5351
- Supports .pfx certificates, Windows Certificate Store certificates (with private keys) and Microsoft Trusted Signing (more can be added over time...)
54-
- File Selection and Management: Users can select single or multiple files for signing through a simple file explorer interface. Drag-and-drop functionality allows for convenient file selection.
55-
- Certificate Management: SignToolGUI facilitates easy management of digital certificates required for signing. Users can import or select certificates directly within the tool.
56-
- Logging and Error Handling: SignToolGUI provides detailed logging of the signing process, making it easy to track and troubleshoot any issues that may arise during signing.
57-
- Batch Signing Support: Users can efficiently sign multiple files in a batch, reducing the time and effort required for signing large projects or collections of files.
52+
- **File selection and management**: Users can select single or multiple files for signing through a simple file explorer interface. Drag-and-drop functionality allows for convenient file selection.
53+
- **Certificate Management**: SignToolGUI facilitates easy management of digital certificates required for signing. Users can import or select certificates directly within the tool.
54+
- **Logging and error handling**: SignToolGUI provides detailed logging of the signing process, making it easy to track and troubleshoot any issues that may arise during signing.
55+
- **Batch signing support**: Users can efficiently sign multiple files in a batch, reducing the time and effort required for signing large projects or collections of files.
5856

5957
## To do list
6058
- [ ] Soon... Verification and Validation: After signing, SignToolGUI allows users to verify and validate the digital signatures to ensure the integrity and authenticity of the signed files.
@@ -76,13 +74,11 @@ This tool is a user-friendly Graphical User Interface (GUI) tool that simplifies
7674
![dotnet-desktop-develoment.png](docs/pictures/dotnet-desktop-develoment.png)
7775
- Build the solution in Visual Studio
7876

79-
8077
### Installation
81-
You can either clone this repository and build the project yourself.
78+
You can either clone this repository and build the project yourself or via provided installer (soon...).
8279

8380
## Usage
8481

85-
8682
# Final thoughts
8783
SignTool GUI empowers users with a convenient and efficient means to apply digital signatures using Microsoft's signtool.exe, enhancing file security and trustworthiness within software development workflows.
8884

0 commit comments

Comments
 (0)