Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

ppg file ending seems not used #2

Open
muelli opened this issue Sep 28, 2019 · 2 comments
Open

ppg file ending seems not used #2

muelli opened this issue Sep 28, 2019 · 2 comments

Comments

@muelli
Copy link

muelli commented Sep 28, 2019

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.

@dschuermann
Copy link
Member

dschuermann commented Sep 30, 2019

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.

@dschuermann
Copy link
Member

I am open for pull requests to improve clarify the README and implement UID parsing (without dependencies).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants