Commit Graph

2 Commits (ad4a92a0d300f053d365e89c52316f0a0ebff69f)

Author SHA1 Message Date
Matthew Vivian ad4a92a0d3
feat: Switch OCSP configuration to use domain names
- Update OCSP URL in certificate generation from IP to domain name
- Add OCSP hostname to docker-compose network configuration
- Document useful hosts file entries in README.md

The changes make it easier to test OCSP locally with clients by using domain names that can be mapped in host files.
2024-11-07 11:59:49 +00:00
Matthew Vivian 6656c6ce9e
feat: Add OCSP support to federated environment
Adds Online Certificate Status Protocol (OCSP) support to the federated Openfire setup:
- Add certificate generation script with full PKI hierarchy
- Add certificate import script for Openfire keystores
- Implement OCSP responder service via Docker compose
- Update documentation with OCSP usage instructions

The -o flag can now be used with start.sh to enable OCSP support.
2024-11-05 14:43:59 +00:00