Verification of email #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A discussion with @davmo from some time ago (2016 ;-) ). Not sure if we still need this.
Most people will have their key on a public keyserver, so the long-form key id should be enough. This is what we have assumed so far.
In the case before us we don't have this, presumably because storing a key requires an email address.
I loaded the key to my keyring:
So the host has to give us something which is signed with their private key that we can check the signature.
They would have to save the confirmation URL (for example) in a file and sign it.
This uses the Bash feature called a "Here String" where '<<<"text"' is a way of sending data on STDIN.
Problem is that the check doesn't work:
So, trying again with a file:
So, we'd have to ask the host to do the same and send in the equivalent of my 'doc.sig'. We'd then verify this against a locally-generated file with the URL in it.