Skip to content

Instantly share code, notes, and snippets.

@avoidik
Forked from rdh27785/openssl.cnf.diff
Created June 29, 2024 15:06
Show Gist options
  • Save avoidik/c6b3b616ea8d00b3bba70fd9f9272258 to your computer and use it in GitHub Desktop.
Save avoidik/c6b3b616ea8d00b3bba70fd9f9272258 to your computer and use it in GitHub Desktop.
diff -uN /etc/ssl/openssl.cnf\~original /etc/ssl/openssl.cnf for Nextcloud with OpenSSL 3
--- /etc/ssl/openssl.cnf~original 2022-03-16 08:35:51.000000000 +0000
+++ /etc/ssl/openssl.cnf 2022-05-04 02:37:30.336530711 +0000
@@ -56,6 +56,7 @@
# List of providers to load
[provider_sect]
default = default_sect
+legacy = legacy_sect
# The fips section name should match the section name inside the
# included fipsmodule.cnf.
# fips = fips_sect
@@ -69,7 +70,9 @@
# OpenSSL may not work correctly which could lead to significant system
# problems including inability to remotely access the system.
[default_sect]
-# activate = 1
+activate = 1
+[legacy_sect]
+activate = 1
####################################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment