| SYSTEM INFORMATION | |
|---|---|
| OS type and version | AlmaLinux 9.7 |
| Webmin version | 2.621 |
| Usermin version | 2.520 |
| Virtualmin version | 8.0.0 GPL |
| Theme version | 26.22 |
| Apache version | 2.4.62 |
| Package updates | 1 package update is available |
I could have sworn there was a way to do this in one place, so you don’t need to manually do this in each virtual server.
I want to set up my server to only have TLSv1.3 and post-quantum ciphers. I made the set of changes that should enable that, but as I create a virtual server: those changes were ignored and just used the old standard anyway.
The changes were mostly adding lines like this: (as well as a mess of other changes to OpenSSL and so on)
# Configure key exchange and key encapsulation mechanisms
SSLOpenSSLConfCmd Curves X25519MLKEM768:X448:X25519:prime256v1
Do I have to make those on each individual server or is there a master that I can use to edit the block that’s added to the Apache conf file.
EDIT: Before anyone comes at me, the packages were updated.