Add OpenSSL version
This commit is contained in:
@@ -49,8 +49,10 @@ openssl s_client -connect 127.0.0.1:8080 -comp < /dev/null
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
# Selon la version majeure d'OpenSSL (openssl version)
|
||||||
curl https://www.openssl.org/source/openssl-3.1.3.tar.gz | tar xzf -
|
curl https://www.openssl.org/source/openssl-3.1.3.tar.gz | tar xzf -
|
||||||
cd openssl-3.1.3
|
curl https://www.openssl.org/source/openssl-1.1.1w.tar.gz | tar xzf -
|
||||||
|
cd openssl-*
|
||||||
./config zlib
|
./config zlib
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user