Skip to content

Commit

Permalink
Tweaking openssl to match chef-18
Browse files Browse the repository at this point in the history
Signed-off-by: John <[email protected]>
  • Loading branch information
johnmccrae committed May 28, 2024
1 parent 7bf613b commit a4375c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/software/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -310,12 +310,12 @@
else

command "echo '**********************************************'"
# command "ls -al #{install_dir}/embedded/lib/engines-3"
# command "ls -al #{install_dir}/embedded/lib/ossl-modules"
# command "printenv"
# command "pwd"
# command "sudo find / -type f -name libcrypto-3*.so > file.txt"
# command "cat ./file.txt"
command "ls -al #{install_dir}/embedded/lib/engines-3"
command "ls -al #{install_dir}/embedded/lib/ossl-modules"
command "printenv"
command "pwd"
command "sudo find / -type f -name fips.so > file.txt"
command "cat ./file.txt"
command "which gem"
command "echo '**********************************************'"

Expand Down

0 comments on commit a4375c4

Please sign in to comment.