From be9e6b65c96f5a842783d7ddc8835855b8aed038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Mon, 2 Sep 2013 18:48:51 -0700 Subject: [PATCH] Add mention of SSL for configuration download. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 35735c4..019f004 100644 --- a/README.md +++ b/README.md @@ -86,3 +86,7 @@ generate a new client key each time the `serveconfig` command is called. The command could even take the client CN as argument, and another `revoke` command could be used to revoke previously issued keys. + +Also, the configuration could be served over SSL. This should be +fairly enough, since we use `socat` for the pseudo HTTP server, +and `socat` can also do SSL. \ No newline at end of file