docs: add validation section to README

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 <crush@charm.land>
This commit is contained in:
Charles N Wyble
2026-02-17 17:07:23 -05:00
parent 48f6a6e29c
commit 0d7f079c21

View File

@@ -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: