You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
The Readme states that a ".pgp" file ending should be used. But the code does not make use of it.
The Readme does not mention that the code assumes the filename to represent the UID.
This was a surprise to me. I expected it to inspect the OpenPGP data and get the UIDs from there.
The text was updated successfully, but these errors were encountered:
Hmmm it says in step 2 "Export your public key and make sure the filename is your email address".
What is your proposal regarding the filename? Drop it and use the email address only? It looked better to me to have a file ending here.
Yeah, the script is pretty basic at this point: I don't like to have a gpg dependency to keep complexity low. Also: It must work on Netlify. Would be great to have a simple parser in Python that only extracts the UIDs.
The Readme states that a ".pgp" file ending should be used. But the code does not make use of it.
The Readme does not mention that the code assumes the filename to represent the UID.
This was a surprise to me. I expected it to inspect the OpenPGP data and get the UIDs from there.
The text was updated successfully, but these errors were encountered: