aaronpk / indielogin.com

Sign in with your domain name
https://indielogin.com
MIT License
149 stars 24 forks source link

Problem signing in using PGP key #76

Closed mikecobb-io closed 10 months ago

mikecobb-io commented 3 years ago

My site has the following code in the home page:

<a href="/key.txt" rel="pgpkey authn">PGP Key</a>

key.txt contains my public key. However when I sign the challenge with the matching private key I get the following error:

There was a problem! The signature was valid, but was signed with a different key than we expected.

I'm not sure what I am doing wrong.

kimonoki commented 3 years ago

Maybe you can check if you had also encrypted? It's possible to encrypt and sign at the same time

aaronpk commented 10 months ago

Sorry, I'm having trouble getting things working with PGP keys so I'm just disabling it entirely for now.