Files
bpfire/html/cgi-bin
Adolf Belka 94aa82fa61 vpnmain.cgi: Fixes bug#13138 - root/host certificate set fails to be created
- The change to openssl-3.x results in the openssl commands that start with ca failing
   with the error message
     OpenSSL produced an error: <br>40E7B4719B730000:error:0700006C:configuration file
     routines:NCONF_get_string:no value:crypto/conf/conf_lib.c:315:group=<NULL>
     name=unique_subject
- The fix for this is to include the unique_subject = yes line into
   /var/ipfire/certs/index.txt.attr
- Additionally, based on the learnings from bug#13137 on OpenVPN, any openssl commands
   dealing with pkcs12 (.p12) files that were created with openssl-1.1.1x fail when being
   accessed with openssl-3.x due to the no longer supported algorithm. These can be
   accessed if the -legacy option is added to every openssl command dealing with pkcs12

Fixes: Bug#13138
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
2023-06-05 14:51:33 +00:00
..
2023-05-11 20:03:27 +00:00
2023-05-11 20:34:43 +00:00
2021-07-07 09:34:31 +00:00
2022-04-23 19:35:37 +00:00
2021-07-09 12:56:17 +00:00
2023-03-13 21:37:39 +00:00
2021-06-10 14:30:53 +01:00
2021-06-10 14:30:53 +01:00
2021-04-08 10:11:34 +00:00
2022-11-18 14:37:55 +00:00