Install the license file ( .pem ) | Link |
---|
create the directory | user: t128 sudo mkdir /etc/pki/128technology
|
copy the file and rename | /etc/pki/128technology/release.pem
|
| systemctl enable 128T reboot |
certificate to access the yum repository:
without certificate |
|
---|
| curl https://yum.128technology.com/isos/
[root@conductor t128]# curl https://yum.128technology.com/isos/
curl: (56) NSS: client certificate not found (nickname not specified)
[root@conductor t128]#
|
with certificate |
|
---|
| curl --cert /etc/pki/128technology/fieldeng_2021.pem https://yum.128technology.com/isos/
[root@conductor t128]# curl --cert /etc/pki/128technology/fieldeng_2021.pem https://yum.128technology.com/isos/
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Index of /isos/accounts/FieldEng_Release_011921</title>
</head>
<body>
<h1>Index of /isos/accounts/FieldEng_Release_011921</h1>
<table>
<tr><th valign="top"><img src="/icons/blank.gif" alt="[ICO]"></th><th><a href="?C=N;O=D">Name</a></th><th><a href="?C=M;O=A">Last modified</a></th><th><a href="?C=S;O=A">Size</a></th></tr>
<tr><th colspan="4"><hr></th></tr>
<tr><td valign="top"><img src="/icons/unknown.gif" alt="[ ]"></td><td><a href="128T-4.0.1-1.el7.centos.x86_64.iso">128T-4.0.1-1.el7.centos.x86_64.iso</a></td><td align="right">2019-12-09 19:01 </td><td align="right">1.1G</td></tr>
<tr><td valign="top"><img src="/icons/unknown.gif" alt="[ ]"></td><td><a href="128T-4.1.5-3.el7.centos.x86_64.iso">128T-4.1.5-3.el7.centos.x86_64.iso</a></td><td align="right">2019-12-09 19:05 </td><td align="right">1.2G</td></tr>
|