Found it.
Installation for redhat-based systems
Log on to a terminal session on your web server with a root account.
1.
| Code: |
yum install wget (If not already installed, mine was.)
|
2.
| Code: |
wget http://www.schoolitexpert.com/data/software/web/webmin/webmin-1.500-1.noarch.rpm
|
3.
| Code: |
rpm --import http://www.webmin.com/jcameron-key.asc
|
4.
| Code: |
yum install webmin-1.500-1.noarch.rpm
|
Then on your workstation browse to
| Code: |
https://Your-clearosserver-Name-or-IP:10000
|
upgrade webmin, install update packages, done
If you get an error importing the key "error: http ://
www.webmin.com/jcameron-key.asc: import read failed(0)."
Do this.....
| Code: |
[root@f tp ~]# rpm --import http://www.webmin.com/jcameron-key.asc
error: http ://www.webmin.com/jcameron-k ey.asc: import read failed(0).
|
I have to admit not having seen this before but did find a work a round I thought I would share.
1.Open up
www.webmin.com/jcameron-key.asc in your browser an d copy and paste the output
2.Login to your serv er and go to a temp location for me it was /tmp
3.Create a new file
| Code: |
nano public.gpg.key
|
and then paste in the key you copied form the browser. Save the file and exit.
4.From the CLI then enter
| Code: |
rmp --import public.gpg.key
|
5.Voila GPG key installed and you can now use yum to install webmin !