From 9f2546c6e032260999a7d652330720ce303e0ef2 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U" Date: Tue, 9 Apr 2013 00:43:13 +0000 Subject: [PATCH] Added a comment: Certificate storage --- ...t_1_0fdd77d143ecba6fdb9f75cb6fc37bfb._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/design/assistant/blog/day_232__headless_webapp/comment_1_0fdd77d143ecba6fdb9f75cb6fc37bfb._comment diff --git a/doc/design/assistant/blog/day_232__headless_webapp/comment_1_0fdd77d143ecba6fdb9f75cb6fc37bfb._comment b/doc/design/assistant/blog/day_232__headless_webapp/comment_1_0fdd77d143ecba6fdb9f75cb6fc37bfb._comment new file mode 100644 index 0000000000..1b36a9ad89 --- /dev/null +++ b/doc/design/assistant/blog/day_232__headless_webapp/comment_1_0fdd77d143ecba6fdb9f75cb6fc37bfb._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U" + nickname="Richard" + subject="Certificate storage" + date="2013-04-09T00:43:12Z" + content=""" +Why not store the certificate within the repository? Either a common one in, e.g. + + .git-annex.key-cert.pem + +or host-specific as per + + .git-annex.key-cert.pem.$HOST + +-- Richard +"""]]