Commit Graph

3 Commits (ba38461ab3da47bc34d09d7044588134423d3d10)

Author SHA1 Message Date
Matthew Vivian ba38461ab3
feat: Support certificate revocation 2024-11-13 16:14:04 +00:00
Matthew Vivian 9b0f571054
feat: Cert generation for multiple xmpp nodes
Cert generation and import scripts now support any number of XMPP servers and use more intuitive naming for the certificates.

 This will make it easier to move cert generation to other configurations. Maybe promoting this to a top-level script to generate certs in all scenarios.
2024-11-13 08:36:03 +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