diff options
author | Schanzenbach, Martin <mschanzenbach@posteo.de> | 2019-06-22 10:47:24 +0200 |
---|---|---|
committer | Schanzenbach, Martin <mschanzenbach@posteo.de> | 2019-06-22 10:47:24 +0200 |
commit | eefff3174755acd508c8f27a31470631cc175c57 (patch) | |
tree | 9be86458951d644a8581f84505e6adfbae425dde | |
parent | 557f5487b3e82416ff315989528e2ba6714cc650 (diff) |
clarify
-rw-r--r-- | src/gns/gnunet-gns-proxy-setup-ca.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gnunet-gns-proxy-setup-ca.in b/src/gns/gnunet-gns-proxy-setup-ca.in index d0c4b8773..f6ccdbe26 100644 --- a/src/gns/gnunet-gns-proxy-setup-ca.in +++ b/src/gns/gnunet-gns-proxy-setup-ca.in @@ -139,7 +139,7 @@ generate_ca() OPENSSL=0 if test -z "`gnutls-certtool --version`" > /dev/null then - #TODO sometimes certtools is gnutls, sometimes openssl :/ + # We only support gnutls certtool for now if test -z "`certtool --version | grep gnutls`" > /dev/null then warningmsg "'gnutls-certtool' or 'certtool' command not found. Trying openssl." @@ -147,7 +147,7 @@ generate_ca() then $OPENSSL=1 else - warningmsg "Install either gnutls certtool or openssl for certificate generation!" + warningmsg "Install either gnutls erttool or openssl for certificate generation!" infomsg "Cleaning up." rm -f $GNSCAKY $GNSCERT exit 1 |