Télécharger
TELECHARGEMENT
Composant
Version
Système d'exploitation
#download binaries
wget https://mugnsoft.com/bin/1.4.0/mugnsoft-webserver-1.4.0.linux-amd64.tar.gz
#perform these steps to make sure the binaries have not been tampered:
#download signature digest
wget https://mugnsoft.com/bin/1.4.0/mugnsoft-webserver-1.4.0.linux-amd64.tar.gz.sig
#download Mugnsoft’s GPG public key
wget https://mugnsoft.com/bin/Mugnsoft_public.key
#import Mugnsoft’s GPG public key
gpg –import Mugnsoft_public.key
#check binaries integrity against the Mugnsoft’s GPG public key
gpg –verify mugnsoft-webserver-1.4.0.linux-amd64.tar.gz.sig mugnsoft-webserver-1.4.0.linux-amd64.tar.gz