mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-29 19:24:37 +00:00
Mention that the keys likely to have signed the distribution are now
listed on the web site for easy finding and downloading
This commit is contained in:
parent
5073ff0346
commit
e6e1f4cb5e
3
FAQ
3
FAQ
@ -152,7 +152,8 @@ Use MD5 to check that a tarball from a mirror site is identical:
|
|||||||
md5sum TARBALL | awk '{print $1;}' | cmp - TARBALL.md5
|
md5sum TARBALL | awk '{print $1;}' | cmp - TARBALL.md5
|
||||||
|
|
||||||
You can check authenticity using pgp or gpg. You need the OpenSSL team
|
You can check authenticity using pgp or gpg. You need the OpenSSL team
|
||||||
member public key used to sign it (download it from a key server). Then
|
member public key used to sign it (download it from a key server, see a
|
||||||
|
list of keys at <URL: http://www.openssl.org/about/>). Then
|
||||||
just do:
|
just do:
|
||||||
|
|
||||||
pgp TARBALL.asc
|
pgp TARBALL.asc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user