mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 04:14:27 +02:00
Updated Running Friendica with SSL (markdown)
parent
45e3de079d
commit
dce9a3975c
1 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,7 @@ In some configurations there is a bug, and this doesn't quite work properly. You
|
||||||
|
|
||||||
``nano /foo/bar/ssl.crt``
|
``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 may see:
|
||||||
|
|
||||||
``-----END CERTIFICATE----------BEGIN CERTIFICATE-----``
|
``-----END CERTIFICATE----------BEGIN CERTIFICATE-----``
|
||||||
|
|
||||||
|
@ -133,7 +133,7 @@ This is bad. You need to see:
|
||||||
-----END CERTIFICATE-----
|
-----END CERTIFICATE-----
|
||||||
-----BEGIN CERTIFICATE-----
|
-----BEGIN CERTIFICATE-----
|
||||||
|
|
||||||
Note there is a single carriage return for -----BEGIN CERTIFICATE----- to start on a new line. There is no empty line.
|
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.
|
Now you need to tell Nginx about the certs.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue