To securely verify the identity of the services offered by Freepto, you need to download and install our CA on your computer.
wget http://ca.freepto.co/ca.pem
It is strongly recommended that you verify the authenticity of the downloaded certificate. You can do so in a few simple steps:
gpg --search-key 364B68D4
This step is necessary to make sure the GPG key you downloaded really is ours
Verify che il fingerprint mostrato dal seguente comando,
gpg --fingerprint 364B68D4
matches the one shown below:
Key fingerprint = C355 97C8 7BE0 8D11 A5D8 4087 909C 6C75 364B 68D4
Download la signature del certificato:
wget http://ca.freepto.co/ca.pem.sig
Now verify the certificate using gpg:
$ gpg --verify ca.pem.sig ca.pem
gpg: Signature made Mon 03 Nov 2014 23:45:25 GMT using RSA key ID 364B68D4
gpg: Good signature from "Freepto Repository
To install the certificate on your computer, follow these steps:
$ sudo -s
# apt-get install ca-certificates
# wget -O /usr/local/share/ca-certificates/freepto.pem http://ca.freepto.co/ca.pem
# update-ca-certificates