diff --git a/Running-Friendica-with-SSL.md b/Running-Friendica-with-SSL.md index f83a329..d993924 100644 --- a/Running-Friendica-with-SSL.md +++ b/Running-Friendica-with-SSL.md @@ -127,9 +127,8 @@ You'll see two certificates in the same file. Halfway down, you'll see: This is bad. You need to see: -``-----END CERTIFICATE-----`` - -``-----BEGIN CERTIFICATE-----`` + -----END CERTIFICATE----- + -----BEGIN CERTIFICATE----- Note there is a single carriage return for -----BEGIN CERTIFICATE----- to start on a new line. There is no empty line.