Veröffentlicht in Netzwerk, Sophos

Sophos UTM: How to remotely reboot a UTM-managed Sophos Access Point

  1. Log into the command line interface (CLI) as follow:
    1. Enter the user-name: loginuser
    2. Enter loginuser password
    3. Type su for superuser
    4. Enter root password
  2. Type the following command to connect to the Access Point’s console from the UTM’s console:awetool
  3. Note: The above command can be used only after successful login with root user.
  4. The following screen appears:
  • Some user may need to select Add firewall rule to allow SSH traffic to the access point
  1. Select option 1 to list the available APs.
  2. Select the AP you would like to reboot.
  3. Click on Ok.
  4. The below screen appears, type there y to connect to the AP.
  1. You’re now connected to the AP.
  2. Type the command to reboot to restart the AP

Quelle:
https://community.sophos.com/kb/en-us/133638

Veröffentlicht in Ubiquiti

UniFi Video mit gültigem SSL Zertifikat ausstatten

Um den UniFi Video Controller mit einem offiziellen und gültigem Zertifikat auszustatten muss wie folgt vorgegangen werden.

  1. Gültiges Zertifikat besorgen SSL Zertifikat auf Basis von Let´s Encrypt
  2. Den Dienst UniFiVideoService stoppen
  3. Unter C:\ProgramData\unifi-video die keystore files löschen oder umbenennen als Backup
    1. data/keystore
    2. data/ufv-truststore
    3. conf/evostream/server.*
  4. kopieren des eigenen Zertifikats und Key nach C:\ProgramData\unifi-video
    1. data/certificates/ufv-server.cert.der (X509 DER-encoded cert file)
    2. data/certificates/ufv-server.key.der (RSA PKCS8 DER-encoded private key file)
  5. um den Key in das richtige Format für den UniFi Video Controller zu bekommen
    Einfach den private.key in private.pem umbenennen und dann via openssl den folgenden Befehl ausführen:
    openssl pkcs8 -topk8 -inform PEM -outform DER -in private.pem -out ufv-server.key.der -nocrypt
  6. um das vorliegende Zertifikat (im PEM Format) in das x509 Format zu bekommen, muss via openssl folgender Befehl ausgeführt werden:
    openssl x509 -outform der -in certificate.pem -out ufv-server.cert.der
  7. unter C:\ProgramData\unifi-video\data die Datei system.properties um folgende Zeile erweitern
    1. ufv.custom.certs.enable=true
  8. Start des Dienstes UniFiVideoService

Und schon wird vom UniFi Video Controller die Website über https ausgeliefert 🙂