Commit 9db27e9
authored
Forwarding machine: fix and doc (#4823)
* Fix writing cert to disk in fwdmachine
a Cert object's pem property is a str, returned by der2pem(). Opening an
output file in binary mode then trying to write a str to it results in a
stacktrace.
* Fix ForwardMachine documentation1 parent b5ebda1 commit 9db27e9
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
372 | 373 | | |
373 | 374 | | |
374 | 375 | | |
375 | | - | |
| 376 | + | |
376 | 377 | | |
377 | 378 | | |
378 | 379 | | |
| |||
0 commit comments