From 63ea33f56a1d52a75c6dd0c3035f5191b773ad19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Thu, 2 Jun 2016 17:01:11 +0200 Subject: [PATCH] Add note about limitations of the gen-ssl-key-cert --- scripts/gen-ssl-key-cert.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/gen-ssl-key-cert.sh b/scripts/gen-ssl-key-cert.sh index da85b586..2ce594e8 100755 --- a/scripts/gen-ssl-key-cert.sh +++ b/scripts/gen-ssl-key-cert.sh @@ -1,4 +1,5 @@ #!/bin/sh +# Note: ooniprobe currently does not support self-signed certificates hence this is to be used for testing purposes only. set -eu if [ ! -d private ]