diff --git a/Running-Friendica-with-SSL.md b/Running-Friendica-with-SSL.md index 5d5a8db..f83a329 100644 --- a/Running-Friendica-with-SSL.md +++ b/Running-Friendica-with-SSL.md @@ -117,15 +117,15 @@ Now you need to merge the files: ``cat ssl.crt sub.class1.server.ca.pem > ssl.crt`` -There is a bug/feature, and this doesn't quite work properly. You now need to edit ssl.crt, so +There is a bug/feature, and this doesn't quite work properly. You now need to edit ssl.crt, so: ``nano /foo/bar/ssl.crt`` -You'll see two certificates in the same file. Halfway down, you'll see +You'll see two certificates in the same file. Halfway down, you'll see: ``-----END CERTIFICATE----------BEGIN CERTIFICATE-----`` -This is bad. You need to see +This is bad. You need to see: ``-----END CERTIFICATE-----``