Skip to content

Instantly share code, notes, and snippets.

View berkaycagir's full-sized avatar
🤖

Hasan Berkay Çağır berkaycagir

🤖
View GitHub Profile
<plist version="1.0">
<dict>
<key>ConsentText</key>
<dict>
<key>default</key>
<string>Installs APN vodafone.tr IPv4v6</string>
</dict>
<key>PayloadContent</key>
<array>
<dict>
@berkaycagir
berkaycagir / hockeypuck-key-removed.md
Created May 28, 2022 12:56 — forked from adulau/hockeypuck-key-removed.md
How to remove keys from Hockeypuck OpenPGP key server

How to remove keys from Hockeypuck OpenPGP key server

  • First find the Hockeypuck hash of the key(s) to be removed via the web search of your key server instance;
  • On the index, copy the hash value (Hash=HASHVALUE) (it's the hex representation of MD5);
  • Connect to the PostgreSQL interface of your Hockeypuck server;
    • psql hkp
    • Find the corresponding keys from their hash value;
    • select rfingerprint from keys where md5 in ('HASHVALUE');
    • This will return the corresponding fingerprints;
  • Then delete the associated sub-keys;