Closed itsalljustdata closed 1 year ago
aah, it seems that this line is the culprit.
find ${outputdir}/ -type f \( -name "*${certificate_file_ext}" -o -name "*${privatekey_file_ext}" -o -name "*.p12" \) | while read -r f; do
it needs to take into account the fact that RSA_KEY_FILE_EXT can alter the filename created
Created PR#121
Hi,
thank you for your contribution. :) This issue relates #118 and #112. The current workaround is to use a post-hook script.
I will take a look at #121 .
Hi
It seems that the OVERRIDE_UID/OVERRIDE_GID environment variables are not being respected when creating the RSA Cert. It works for the other files though....
env_file
Output folder