diff --git a/Troubleshooting.md b/Troubleshooting.md index 68cd085..4d62cce 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -345,11 +345,11 @@ Update with yum: sudo yum update openssl ``` -Manually compile: +Manually compile (example only, use correct versions): ```bash wget https://www.openssl.org/source/openssl-3.2.0.tar.gz -tar xzvf openssl-1.1.0g.tar.gz -cd openssl-1.1.0g +tar xzvf openssl-3.2.0.tar.gz +cd openssl-3.2.0 ./config make sudo make install