Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
philyuchkoff authored May 14, 2022
1 parent 24a773f commit 2640865
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

## [OpenSSL](https://www.openssl.org/)

- [openssl-3.0.2-1.el7.x86_64.rpm](https://github.com/philyuchkoff/openssl-RPM-Builder/releases)
- [openssl-1.1.1n-1.el7.x86_64.rpm](https://github.com/philyuchkoff/openssl-RPM-Builder/releases)
- [openssl-3.0.3-1.el7.x86_64.rpm](https://github.com/philyuchkoff/openssl-RPM-Builder/releases)
- [openssl-1.1.1o-1.el7.x86_64.rpm](https://github.com/philyuchkoff/openssl-RPM-Builder/releases)

## Remove old versions
````
Expand All @@ -32,17 +32,17 @@ Builded RPM will be in
After `install-openssl_1.1.1.sh` will finish, you can install builded rpm:

```bash
sudo rpm -ivvh /root/rpmbuild/RPMS/x86_64/openssl-1.1.1n-1.el7.x86_64.rpm --nodeps
sudo rpm -ivvh /root/rpmbuild/RPMS/x86_64/openssl-1.1.1o-1.el7.x86_64.rpm --nodeps
```

## Check:

$openssl version
OpenSSL 1.1.1n 15 Mar 2022
OpenSSL 1.1.1o 03 May 2022
or

$rpm -qa openssl
openssl-1.1.1n-1.el7.x86_64
openssl-1.1.1o-1.el7.x86_64

# OpenSSL 3:

Expand Down

0 comments on commit 2640865

Please sign in to comment.