Fix typo. (#928)

This commit is contained in:
Cryptcoin Junkey 2019-07-19 16:47:52 +09:00 committed by Nicolas Dorier
parent 4cbcdb8af5
commit 631c878722

View File

@ -67,8 +67,8 @@
</table> </table>
<p>Note that the <code>certthumbprint</code> to connect to your LND node can be obtained through this command line:</p> <p>Note that the <code>certthumbprint</code> to connect to your LND node can be obtained through this command line:</p>
<p><pre><code>openssl x509 -noout -fingerprint -sha256 -inform pem -in /root/.lnd/tls.cert</code></pre></p> <p><pre><code>openssl x509 -noout -fingerprint -sha256 -inform pem -in /root/.lnd/tls.cert</code></pre></p>
<p>You can omit <code>certthumprint</code> if you the certificate is trusted by your machine</p> <p>You can omit <code>certthumbprint</code> if you the certificate is trusted by your machine</p>
<p>You can set <code>allowinsecure</code> to <code>true</code> if your LND REST server is using HTTP or HTTPS with an untrusted certificate which you don't know the <code>certthumprint</code></p> <p>You can set <code>allowinsecure</code> to <code>true</code> if your LND REST server is using HTTP or HTTPS with an untrusted certificate which you don't know the <code>certthumbprint</code></p>
</div> </div>
<div class="form-group"> <div class="form-group">
<label asp-for="ConnectionString"></label> <label asp-for="ConnectionString"></label>