Building a Transparent Keyserver
words.filippo.io
Building a Transparent Keyserver
1–10 of 28 posts
Re: Building a Transparent Keyserver
#2Re: Building a Transparent Keyserver
#3Filippo Valsorda discusses his server for storing age keys
Re: Building a Transparent Keyserver
#4Of all the words we could've used to explain how to pronounce something
Re: Building a Transparent Keyserver
#5 age -r $(go run filippo.io/torchwood/cmd/age-keylookup@main joe@example.com)Re: Building a Transparent Keyserver
#6I wonder if they think of a deeper integration of this into the age binary. Currently the invocation looks extremely ugly: age -r $(go run filippo.io/torchwood/cmd/age-keylookup@main joe@example.com)
Re: Building a Transparent Keyserver
#7> The author pronounces it [aɡe̞] with a hard g, like GIF , and is always spelled lowercase. Of all the words we could've used to explain how to pronounce something
Re: Building a Transparent Keyserver
#8I wonder if they think of a deeper integration of this into the age binary. Currently the invocation looks extremely ugly: age -r $(go run filippo.io/torchwood/cmd/age-keylookup@main joe@example.com)
I assume once it's stabilized you'd swap the `go run` for just installing and using a binary, similar to what you're already doing with age.
Switched to
go install filippo.io/torchwood/cmd/age-keylookup@main
age -r $(age-keylookup alice@example.com)
age is designed to be composable and very stable, and this shell combination works well enough, so it's unlikely we'll build it straight into age(1).Re: Building a Transparent Keyserver
#9> The author pronounces it [aɡe̞] with a hard g, like GIF , and is always spelled lowercase. Of all the words we could've used to explain how to pronounce something
Re: Building a Transparent Keyserver
#10> The author pronounces it [aɡe̞] with a hard g, like GIF , and is always spelled lowercase. Of all the words we could've used to explain how to pronounce something