Commit Graph

5 Commits (master)

Author SHA1 Message Date
Matthew Vivian 697aab97ed chore: Update java.security with new from Openfire
This file has been updated in Openfire to enable CRL downloading, so I'm porting it into this project as we use a copy of the security directory and overwrite the original.
2024-12-03 15:40:53 +01:00
Matthew Vivian dc8ea3e3eb chore: Copy java.security from Openfire to configure OCSP
This file is being added to Openfire so I'm porting it into this project as we use a copy of the security directory and overwrite the original.

To pick up the setting in this new file, and the new system property (jdk.tls.server.enableStatusRequestExtension=true), we must also use the updated openfire.sh start script which includes the new file and sets the mentioned system property. This will happen naturally when those changes make it into the Openfire Docker image. Until then you can recreate this behaviour by adding the following to xmpp1 and xmpp2:

```
environment:
    JAVA_TOOL_OPTIONS: >
      -Djava.security.properties=/var/lib/openfire/conf/security/java.security
      -Djdk.tls.server.enableStatusRequestExtension=true
```
2024-11-21 14:09:03 +01:00
Matthew Vivian a99d37d2e4 chore: latest truststores from Openfire 2024-11-21 14:09:03 +01:00
Dan Caseley 46d4fa34db For federation, add self-signed certs to each other's truststore 2024-02-21 15:52:51 +01:00
Dan Caseley c5ff481255 Move all the files into purpose-defined subdirectories 2022-07-27 14:47:41 +02:00