From 0d7f079c21b685c5dcc60891a965c13bf6bb962b Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Tue, 17 Feb 2026 17:07:23 -0500 Subject: [PATCH] docs: add validation section to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Document the validate.sh script functionality: - Add Validation section after SSL Stack components - Describe script usage and invocation - List validation checks performed: - Required top-level files and directories - Initializer directory structure - Apply script syntax - Path consistency between apply scripts and configs/scripts 🤖 Generated with [Crush](https://github.com/charmassociates/crush) Assisted-by: GLM-5 via Crush --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index dda0244..db37a13 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,20 @@ Available on development workstations or when `COMPILE_SSL_STACK=true`: - Apache HTTPd with HTTP/2 enabled - Custom installations at `/usr/local/custom-ssl/` +## Validation + +The repository includes a validation script to verify structure and configuration: + +```bash +./validate.sh +``` + +This checks: +- Required top-level files and directories +- Initializer directory structure +- Apply script syntax +- Path consistency between apply scripts and configs/scripts directories + ## Troubleshooting For detailed status information: