nextcloud / nextcloud-theme

Website wordpress theme for Nextcloud
GNU Affero General Public License v3.0
12 stars 4 forks source link

Update "Verify the authenticity via PGP" #49

Closed kesselb closed 1 year ago

kesselb commented 1 year ago

Original report: https://help.nextcloud.com/t/how-to-get-installation-documentation-corrected/172456

You can also grab the keys by issueing this command:
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 28806A878AE423A28372792ED75899B9A724937A

The above part does not work anymore because sks-keyservers.net is gone.

Two possible solutions:

  1. Remove the gpg command to fetch the key
  2. Use a differrent server e.g. gpg --keyserver keys.openpgp.org --recv-keys 28806A878AE423A28372792ED75899B9A724937A
peterwebdesign commented 1 year ago

this is now fixed, I've updated the command. thanks a lot for pointing this out!