From 83568fcdc229e1ead326993595fd19c03d63c2b4 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Sun, 3 Aug 2025 00:47:31 -0400 Subject: [PATCH] Fix PKCS#12 mobileconfig with OpenSSL 3+ (#14772) * Fix PKCS#12 file creation (#14558) * Fix reference to config dir of installed server * Fixed issue with getting openssl version from existing fact, get it with shell script instead. This may not work in Windows (trailofbits#14558) * Consistent with other shell executions, fix to use {{openssl_bin}} and pipefile option in the shell command for getting openssl version number (trailofbits#14558) --------- Co-authored-by: omgagg Co-authored-by: Ken Craig