Skip to content

Commit

Permalink
Merge pull request #561 from dOpensource/bugfix/560
Browse files Browse the repository at this point in the history
Fixes 560 - Enables the OpenSSL Default Provider
  • Loading branch information
mackhendricks authored Feb 27, 2024
2 parents df91f9f + a89a3bf commit 89da112
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kamailio/debian/12.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ function install() {
return 1
fi

# Configure OpenSSL to a default provider
sed -i -e 's/# providers =/providers =/' -e 's/# \[provider_sect/\[provider_sect/' -e 's/# default =/default =/' -e 's/# \[default_sect/\[default_sect/' -e 's/# activate/activate/' /etc/ssl/openssl.cnf

# create kamailio user and group
mkdir -p /var/run/kamailio
# sometimes locks aren't properly removed (this seems to happen often on VM's)
Expand Down

0 comments on commit 89da112

Please sign in to comment.