Typo has been fixed

This commit is contained in:
2025-05-18 15:14:39 +02:00
parent d6ee9b8341
commit afa4c7532d

View File

@@ -1,5 +1,6 @@
# 🔐 edh-keygen
Automated Diffie-Hellman key generation and service management tool
**Automated Diffie-Hellman key generation and service management tool**
Provides flexible configuration, systemd integration and clean RPM packaging.
This utility simplifies the generation and management of Diffie-Hellman (DH) parameters used for Perfect Forward Secrecy (PFS) in secure communication services such as Postfix, Dovecot, Ejabberd and others. It ensures that DH keys are regularly refreshed, properly permissioned and integrated with systemd for reliable automation.
@@ -44,7 +45,7 @@ Key features:
sudo dnf install git rpm-build rpmdevtools yum-utils -y
```
2. Clone the Repository
1. Clone the Repository
```bash
git clone https://dev.town-square.de/cb601/edh-keygen.git
@@ -52,7 +53,7 @@ git clone https://dev.town-square.de/cb601/edh-keygen.git
cd edh-keygen
```
3. Build the RPM package
1. Build the RPM package
You can use the provided Makefile:
@@ -61,13 +62,13 @@ make clean
make rpm
```
4. Install the RPM package
1. Install the RPM package
```bash
sudo yum localinstall rpmbuild/RPMS/noarch/edh-keygen-1.0-1.noarch.rpm
```
5. Verify the Installation
1. Verify the Installation
```bash
ls -l /opt/edh-keygen
@@ -86,7 +87,6 @@ Check RPM info:
rpm -qil edh-keygen
```
## Configuration
The configuration file (`edh-keygen.conf` or `edh-keygen.local`) supports both global path settings and per-service lines.
@@ -95,8 +95,8 @@ See the file itself for detailed documentation and examples.
## Directory Layout
| Path | Purpose |
|------------------------------------ |---------------------------------|
| /opt/edh-keygen/edh-keygen.sh | Main script |
|----------------------------------|---------------------------------|
| /opt/edh-keygen/[edh-keygen.sh](http://edh-keygen.sh) | Main script |
| /opt/edh-keygen/edh-keygen.conf | Overwritten config (always) |
| /opt/edh-keygen/edh-keygen.local | User config (never overwritten) |
| /etc/cron.weekly/edh-keygen | Cron job script (optional) |
@@ -154,4 +154,4 @@ CB-601 - the open tec Elevator
## Project Home
Project Home: [https://dev.town-square.de/cb601/edh-keygen](https://dev.town-square.de/cb601/edh-keygen)
Project Home: <https://dev.town-square.de/cb601/edh-keygen>