From e1b3ad99c00c2fc75c5cdb050b5f394e01c6adda Mon Sep 17 00:00:00 2001 From: Gilles Mouchet Date: Thu, 30 Apr 2026 06:52:11 +0200 Subject: [PATCH] 1.0.0 --- .gitignore | 1 + README.md | 2 +- logs/app.log | 15 --------------- tests/random-cert.sh | 2 +- 4 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 logs/app.log diff --git a/.gitignore b/.gitignore index e69de29..1998c29 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +.cache \ No newline at end of file diff --git a/README.md b/README.md index 0f5b205..d086306 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Edit configuration file `/etc/own-pki/own-pki.conf` - [OpenSSL Certificate Authority](https://jamielinux.com/docs/openssl-certificate-authority/create-the-root-pair.html) ## Changelog -### [1.0.0] - 2026-04-18 +### [1.0.0] - 2026-04-30 #### Added - scripts #### Project initialization diff --git a/logs/app.log b/logs/app.log deleted file mode 100644 index b6dab44..0000000 --- a/logs/app.log +++ /dev/null @@ -1,15 +0,0 @@ -[2026-04-18 13:51:26] [ERROR] ❌ Erreur (code: 127) -[2026-04-18 13:51:26] [ERROR] 📍 Ligne: 77 -[2026-04-18 13:51:26] [ERROR] 💥 Commande: risky_function -[2026-04-18 13:54:55] [ERROR] ❌ Error (code: 127) -[2026-04-18 13:54:55] [ERROR] 📍 Line: 77 -[2026-04-18 13:54:55] [ERROR] 💥 Command: risky_function -[2026-04-18 13:55:28] [ERROR] ❌ Error (code: 1) -[2026-04-18 13:55:28] [ERROR] 📍 Line: 77 -[2026-04-18 13:55:28] [ERROR] 💥 Command: false -[2026-04-18 14:16:23] [ERROR] Error (code: 127) -[2026-04-18 14:16:23] [ERROR] Line: 77 -[2026-04-18 14:16:23] [ERROR] Command: message_info "info" -[2026-04-18 14:25:42] [ERROR] Error (code: 127) -[2026-04-18 14:25:42] [ERROR] Line: 87 -[2026-04-18 14:25:42] [ERROR] Command: 3echo -e "\n" diff --git a/tests/random-cert.sh b/tests/random-cert.sh index 85ea80b..7db99a3 100755 --- a/tests/random-cert.sh +++ b/tests/random-cert.sh @@ -2,7 +2,7 @@ ############################################################# # Script name: random-cert.sh # Author: Gilles Mouchet (gilles.mouchet@gmail.com -# Version: v1beta 2026-04-28 +# Version: v1.0.0 # Description: Generation certificates randomly # License: CC BY-NC 4.0 (https://creativecommons.org/licenses/by-nc/4.0/) #