Skip to content

Commit

Permalink
Update armdebian.yml
Browse files Browse the repository at this point in the history
Update libssl
  • Loading branch information
fredbcode authored Jan 8, 2024
1 parent f4dc325 commit 5e78337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlabci/armdebian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ test:debianarm:
- source $CI_PROJECT_DIR/scripts/debian_package/variables
- echo $VFULL
- apt update
- apt install -y openssl curl git lsb-release libevent-pthreads* libtommath* libpcre3 lbssl3
- apt install -y openssl curl git lsb-release libevent-pthreads* libtommath* libpcre3 libssl3
- VERSION=`lsb_release -cs`
- cd ${PACKDST} && cd .. && dpkg -i e2"$OS"_package.deb
- sed -i "s/^#sslmitm.*$/sslmitm\ =\ on/" /etc/e2guardian/e2guardianf1.conf && sed -i "s/^#enablessl.*$/enablessl\ =\ on/" /etc/e2guardian/e2guardian.conf && sed -i "s/^RANDFILE\s*=\s*\\\$ENV/#RANDFILE\ =\ \$ENV/" /etc/ssl/openssl.cnf
Expand Down

0 comments on commit 5e78337

Please sign in to comment.