Skip to content

Commit d48c58d

Browse files
update: enhance README with Table of Contents and Signing Guides sections
1 parent 6208193 commit d48c58d

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ This repository provides a simple and configurable shell script for generating *
1010

1111
---
1212

13+
## 📚 Table of Contents
14+
15+
- [✨ Use Cases](#-use-cases)
16+
- [⚙️ What It Does](#️-what-it-does)
17+
- [📦 Output Files](#-output-files)
18+
- [📦 Requirements](#-requirements)
19+
- [🔧 How to Use](#-how-to-use)
20+
- [✅ Example Output](#-example-output)
21+
- [📘 Signing Guides](#-signing-guides)
22+
- [📌 Notes & Considerations](#-notes--considerations)
23+
- [🛡️ Security Reminder](#️-security-reminder)
24+
25+
---
26+
1327
## ✨ Use Cases
1428

1529
This toolkit is designed for developers, teams, and individuals who need to **digitally sign documents or content** without relying on paid or external certificate authorities (CAs). It provides an accessible and reproducible way to generate trusted `.p12`-formatted self-signed certificates for a wide range of purposes.
@@ -176,6 +190,19 @@ You will be asked to:
176190

177191
---
178192

193+
## 📘 Signing Guides
194+
195+
To use your `.p12` certificate with specific tools, check the following guides:
196+
197+
| Tool | Guide |
198+
|------------------|--------------------------------------------|
199+
| 🖥️ JSignPdf | [PDF signing with JSignPdf →](docs/JSignPdf_Usage_Guide.md) |
200+
| 📝 Adobe Acrobat | [PDF signing with Adobe Acrobat →](docs/Acrobat_Usage_Guide.md) |
201+
| 📬 Thunderbird | _(Coming soon)_ |
202+
| 🧾 LibreOffice | _(Coming soon)_ |
203+
204+
---
205+
179206
## 📌 Notes & Considerations
180207

181208
- The **private key is encrypted**, and you'll be asked for the password when generating or using the certificate.

0 commit comments

Comments
 (0)