{{ define "title" }}Profile{{ end }} {{ define "content" }}

User information

Username {{ .User.Username }}
User ID {{ .User.ID }}

PGP Keys

{{ range .Data.PGPKeys }} {{ end }}
ID Fingerprint
{{ .ID }} {{ .Fingerprint }}

Add a PGP key

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>
{{ end }}