From 025178b0b753408ecc4c7c61ba8ef9ce53dc8419 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Wed, 8 May 2013 12:45:48 -0700 Subject: [PATCH] Remove "update code" bit, since that was for a bug that existed over a year ago. --- Running-Friendica-with-SSL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-Friendica-with-SSL.md b/Running-Friendica-with-SSL.md index 9d46aed..ead4a9b 100644 --- a/Running-Friendica-with-SSL.md +++ b/Running-Friendica-with-SSL.md @@ -104,7 +104,7 @@ Just restart Apache when you're done, whichever way you decide to do it. ## StartSSL on Nginx ## -First, update to the latest Friendica code. Then follow the above instructions to get your free certificate. But instead of following the Apache installation instructions, do this: +Follow the above instructions to get your free certificate. But instead of following the Apache installation instructions, do this: Get your certificated from the StartSSL "Toolbox". Save it as ssl.cert, and upload it. It doesn't matter where to, as long as Nginx can find it. Some people use ``/home/randomlettersandnumbers`` to keep it in out of paranoia, but you can put it anywhere, so we'll call it ``/foo/bar``.