Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evil-winrm: fix OpenSSL 3 error #3620

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/evil-winrm/evil-winrm.install
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ post_install() {
bundle config build.nokogiri --use-system-libraries
bundle config set --local path 'vendor/bundle'
bundle install
sed -zi "s/\[provider_sect\]\ndefault = default_sect/\[provider_sect\]\ndefault = default_sect\nlegacy = legacy_sect/" /etc/ssl/openssl.cnf
D3vil0p3r marked this conversation as resolved.
Show resolved Hide resolved
sed -zi "s/\[default_sect\]\n# activate = 1/\[default_sect\]\nactivate = 1\n\[legacy_sect\]\nactivate = 1/" /etc/ssl/openssl.cnf
}

post_upgrade() {
Expand Down