File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -280,24 +280,26 @@ ENCRYPTION: no
280280On AIX OpenSSL is not available as an rpm via yum/dnf and is instead an
281281installp fileset that must be manually downloaded and installed.
282282
283+ The following instructions are based on https://www.ibm.com/support/pages/downloading-and-installing-or-upgrading-openssl-and-openssh .
284+
283285Go to https://www.ibm.com/resources/mrs/assets?source=aixbp&S_PKG=openssl
284286and pick the most recent OpenSSL release (each package should contain
285287compatibility libraries for older versions). Download/copy the ` .tar.Z `
286288package (URL will be temporary) on to the machine into a temporary directory
287289e.g. ` /tmp/openssl ` .
288290
289291``` console
290- curl -sL openssl-3.0.8 .1000.tar.Z https://iwm.dhe.ibm.com/.../openssl-3.0.8 .1000.tar.Z
292+ curl -sL openssl-3.0.16 .1000.tar.Z https://iwm.dhe.ibm.com/.../openssl-3.0.16 .1000.tar.Z
291293```
292294
293295Then unpack the compressed archive:
294296``` console
295- zcat openssl-3.0.8 .1000.tar.Z | tar -xvf -
297+ zcat openssl-3.0.16 .1000.tar.Z | tar -xvf -
296298```
297299
298300and install:
299301``` console
300- installp -aXYgd openssl-3.0.8.1000 -e /tmp/install.log all
302+ installp -qaXFY -d . openssl.base openssl.license openssl.man.en_US
301303```
302304
303305To see a list of installed packages, run:
You can’t perform that action at this time.
0 commit comments