From de4e57e6dca6ece4fcceee3fb3c539204b4f2ca9 Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Thu, 27 Nov 2014 12:26:39 -0800 Subject: [PATCH] spec: fix table formatting --- app-container/SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-container/SPEC.md b/app-container/SPEC.md index 44c9497..aa3bcd9 100644 --- a/app-container/SPEC.md +++ b/app-container/SPEC.md @@ -309,7 +309,7 @@ This gives a cryptographically verifiable identity to the container based on its Accessible at `http://169.254.169.254/acMetadata/v1/container/hmac` | Entry | Description | -|---------------------| +|-------|-------------| |sign | POST any object to this endpoint and retrieve a base64 hmac-sha256 signature as the response body. The metadata service holds onto the AES key as a sort of container TPM.| |verify | Verify a signature from another container. POST a form with signature=<base64 encoded signature> and uid=<uid of the container that generated the signature>. Returns 200 OK if the signature passes. |