Skip to content

Commit

Permalink
Fixing the new line for the SSL Config file example in the README.md …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
JustAn0therDev committed Aug 19, 2021
1 parent d2d0992 commit ac4aaf8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,9 @@ If there is no file with the name mentioned above, there will be no additional c

Inside your file there should be two lines like these:

`
path/to/cert/my_cert.crt
`path/to/cert/my_cert.crt`

path/to/cert/my_private_key.key
`
`path/to/cert/my_private_key.key`

Thats all. When you run the program again, your calls to the URL should now contain `https`.

Expand Down

0 comments on commit ac4aaf8

Please sign in to comment.