Code: Select all
wget https://install.keyhelp.de/get_keyhelp.php -O install_keyhelp.sh ; bash install_keyhelp.sh ;
Schönen Abend noch und ein schönes Wochenende gewünscht.
Code: Select all
wget https://install.keyhelp.de/get_keyhelp.php -O install_keyhelp.sh ; bash install_keyhelp.sh ;
Code: Select all
Last login: Fri Apr 29 12:57:10 2022 from 82.207.207.72
root@17070-45427:~# wget https://install.keyhelp.de/get_keyhelp.php -O install_keyhelp.sh ; bash install_keyhelp.sh ;
--2022-04-29 13:05:38-- https://install.keyhelp.de/get_keyhelp.php
Resolving install.keyhelp.de (install.keyhelp.de)... 62.141.56.232, 2001:1b60:2:11:913:101:be57:cafe
Connecting to install.keyhelp.de (install.keyhelp.de)|62.141.56.232|:443... connected.
ERROR: The certificate of ‘install.keyhelp.de’ is not trusted.
ERROR: The certificate of ‘install.keyhelp.de’ has expired.
Code: Select all
ERROR: The certificate of ‘install.keyhelp.de’ has expired
Code: Select all
Last login: Fri Apr 29 12:57:10 2022 from 82.207.207.72
Code: Select all
wget --no-check-certificate https://install.keyhelp.de/get_keyhelp.php -O install_keyhelp.sh ; bash install_keyhelp.sh ;
Code: Select all
root@host:~# wget https://install.keyhelp.de/get_keyhelp.php -O install_keyhelp.sh
--2022-04-29 19:45:44-- https://install.keyhelp.de/get_keyhelp.php
Resolving install.keyhelp.de (install.keyhelp.de)... 2001:1b60:2:11:913:101:be57:cafe, 62.141.56.232
Connecting to install.keyhelp.de (install.keyhelp.de)|2001:1b60:2:11:913:101:be57:cafe|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/x-sh]
Saving to: ‘install_keyhelp.sh’
install_keyhelp.sh [ <=> ] 17.59K --.-KB/s in 0.007s
2022-04-29 19:45:44 (2.58 MB/s) - ‘install_keyhelp.sh’ saved [18015]
root@host:~#
Code: Select all
wget https://install.keyhelp.de/get_keyhelp.php -O install_keyhelp.sh
--2022-04-29 19:43:18-- https://install.keyhelp.de/get_keyhelp.php
Resolving install.keyhelp.de (install.keyhelp.de)... 2001:1b60:2:11:913:101:be57:cafe, 62.141.56.232
Connecting to install.keyhelp.de (install.keyhelp.de)|2001:1b60:2:11:913:101:be57:cafe|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/x-sh]
Saving to: ‘install_keyhelp.sh’
install_keyhelp.sh [ <=> ] 17.59K --.-KB/s in 0.02s
2022-04-29 19:43:18 (735 KB/s) - ‘install_keyhelp.sh’ saved [18015]
Code: Select all
Fri 29 Apr 2022 08:00:24 PM CEST
Code: Select all
Local time: Fri 2022-04-29 20:01:49 CEST
Universal time: Fri 2022-04-29 18:01:49 UTC
RTC time: Fri 2022-04-29 18:01:51
Time zone: Europe/Zurich (CEST, +0200)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
Code: Select all
wget https://install.keyhelp.de/get_keyhelp.php -O install_keyhelp.sh
Code: Select all
wget --no-check-certificate https://install.keyhelp.de/get_keyhelp.php -O install_keyhelp.sh
Code: Select all
wget https://install.keyhelp.de/get_keyhelp.php -O install_keyhelp.sh
Code: Select all
wget https://install.keyhelp.de/get_keyhelp.php -O install_keyhelp.sh
--2022-04-29 20:08:34-- https://install.keyhelp.de/get_keyhelp.php
Resolving install.keyhelp.de (install.keyhelp.de)... 62.141.56.232, 2001:1b60:2:11:913:101:be57:cafe
Connecting to install.keyhelp.de (install.keyhelp.de)|62.141.56.232|:443... connected.
ERROR: The certificate of ‘install.keyhelp.de’ is not trusted.
ERROR: The certificate of ‘install.keyhelp.de’ has expired.
Code: Select all
wget --no-check-certificate https://install.keyhelp.de/get_keyhelp.php -O install_keyhelp.sh
Code: Select all
wget --no-check-certificate https://install.keyhelp.de/get_keyhelp.php -O install_keyhelp.sh
--2022-04-29 20:09:47-- https://install.keyhelp.de/get_keyhelp.php
Resolving install.keyhelp.de (install.keyhelp.de)... 62.141.56.232, 2001:1b60:2:11:913:101:be57:cafe
Connecting to install.keyhelp.de (install.keyhelp.de)|62.141.56.232|:443... connected.
WARNING: The certificate of ‘install.keyhelp.de’ is not trusted.
WARNING: The certificate of ‘install.keyhelp.de’ has expired.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/x-sh]
Saving to: ‘install_keyhelp.sh’
install_keyhelp.sh [ <=> ] 17.59K --.-KB/s in 0.01s
2022-04-29 20:09:47 (1.23 MB/s) - ‘install_keyhelp.sh’ saved [18015]
Code: Select all
bash install_keyhelp.sh
Das ist für einen Download unerheblich, solange Du Schreibrechte im aktuellen Verzeichnis hast.
Code: Select all
apt-get install --reinstall ca-certificates
update-ca-certificates --fresh
Damit hat es nun funktioniert...Jolinar wrote: ↑Fri 29. Apr 2022, 20:13 Dann kannst du zumindest erstmal die Installation anschubsen mit:und schauen, ob die fehlerfrei durchläuft.Code: Select all
bash install_keyhelp.sh
Warum dein Server allerdings Probleme mit dem Zertifikat hat, erschließt sich mir im Moment nicht wirklich![]()
Das versuche ich gleichmal mache nochmal einen VersuchJolinar wrote: ↑Fri 29. Apr 2022, 20:19 Was du vorher vielleicht nochmal probieren könntest:Vielleicht hat sich in der Zertifikatsverwaltung was verklemmt.Code: Select all
apt-get install --reinstall ca-certificates update-ca-certificates --fresh