diff --git a/Running-Friendica-with-SSL.md b/Running-Friendica-with-SSL.textile similarity index 94% rename from Running-Friendica-with-SSL.md rename to Running-Friendica-with-SSL.textile index 52cc458..31c8832 100644 --- a/Running-Friendica-with-SSL.md +++ b/Running-Friendica-with-SSL.textile @@ -124,21 +124,6 @@ Now you need to merge the files: ``cat ssl.cert sub.class1.server.ca.pem > ssl.crt`` -In some older configurations there was a bug here, and this didn't quite work properly. You *may* now need to edit ssl.crt, so: - -``nano /foo/bar/ssl.crt`` - -You'll see two certificates in the same file. Halfway down, you may see: - -``-----END CERTIFICATE----------BEGIN CERTIFICATE-----`` - -This is bad. You need to see: - - -----END CERTIFICATE----- - -----BEGIN CERTIFICATE----- - -You can enter the carriage return manually if the bug is present on your system. Note there is a single carriage return for -----BEGIN CERTIFICATE----- to start on a new line. There is no empty line. - Now you need to tell Nginx about the certs. In ``/etc/nginx/sites-available/foo.com.conf`` you need something like: