commit b2722a9661812f6cf433441ae659bccdbfbf0174 Author: Matthew Finkel Matthew.Finkel@gmail.com Date: Sat Nov 9 17:24:36 2013 +0000
I didn't know where to find it, maybe others won't either.
(cherry picked from commit fceee92ad07f3390eab7504ba6d86393b57aeda0) Signed-off-by: Isis Lovecruft isis@torproject.org --- scripts/make-ssl-cert | 1 + 1 file changed, 1 insertion(+)
diff --git a/scripts/make-ssl-cert b/scripts/make-ssl-cert index 6f4772c..c055fa7 100755 --- a/scripts/make-ssl-cert +++ b/scripts/make-ssl-cert @@ -54,3 +54,4 @@ openssl x509 -req -days 365 -in server.csr -signkey privkey.pem -out cert test -f "privkey.nopasswd" && rm -f privkey.nopasswd test -f "privkey" && rm -f privkey test -f "server.csr" && rm -f server.csr +echo "Done. Please retrieve the files from $REPO_PATH"
tor-commits@lists.torproject.org