From 6efcc12575aef3a91f4c0e886c65c6798a3b9442 Mon Sep 17 00:00:00 2001 From: Maximilian Lenkeit Date: Thu, 27 Oct 2022 16:58:23 +0200 Subject: [PATCH] docs: list public key for CDN signature verification closes #740 --- solution_architecture.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/solution_architecture.md b/solution_architecture.md index a143ae7..2ea13a1 100644 --- a/solution_architecture.md +++ b/solution_architecture.md @@ -203,6 +203,12 @@ In order to ensure the authenticity of the files, they need to be signed (accord |:--:| | **Figure 9: Data format (protocol buffer) specified by Apple/Google**| +The public key for verifying the signature is: + +```text +MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEc7DEstcUIRcyk35OYDJ95/hTg3UVhsaDXKT0zK7NhHPXoyzipEnOp3GyNXDVpaPi3cAfQmxeuFMZAIX2+6A5Xg== +``` + ### Data URL Retrieving the data in a RESTful format, making it clearer to make it available through a transparent CDN (only requesting the files once).