{{ define "title" }}Profile{{ end }} {{ define "content" }}
Username | {{ .User.Username }} |
---|---|
User ID | {{ .User.ID }} |
ID | Fingerprint |
---|---|
{{ .ID }} | {{ .Fingerprint }} |
To associate a PGP key to your account, you must submit an armored copy your public key along with a signed proof.
$ gpg --armor --export-options export-minimal --export <fingerprint>
$ echo "{{ $.Data.ExpectedPGPKeyProofText }}" | gpg --clearsign --sign-with=<fingerprint>