We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67523f commit 8becb3bCopy full SHA for 8becb3b
README.md
@@ -168,6 +168,12 @@ Time: 0 seconds, Memory: 2.50Mb
168
OK (5 tests, 5 assertions)
169
```
170
171
+New Lines in private keys
172
+-----
173
+
174
+If your private key contains `\n` characters, be sure to wrap it in double quotes `""`
175
+and not single quotes `''` in order to properly interpret the escaped characters.
176
177
License
178
-------
179
[3-Clause BSD](http://opensource.org/licenses/BSD-3-Clause).
0 commit comments