Updated Troubleshooting (markdown)

ilike2burnthing 2024-01-13 00:37:34 +00:00
parent 670cae2a12
commit 35b8e147ca
1 changed files with 3 additions and 3 deletions

@ -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