Skip to content

Commit

Permalink
update DOCS.html
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Aug 5, 2022
1 parent 56d8c1b commit 19f1acd
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions DOCS.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,17 @@ <h3>
CloseOnion closes the Onion at the given index. It does not affect Onion
objects instantiated by an app.
</p>
<h3>
func
<a href="/tls.go#L20" rel="nofollow">
CreateTLSCertificate
</a>
</h3>
<p>
<code>
func CreateTLSCertificate(tlsHost string, tlsCert, tlsKey *string) error
</code>
</p>
<h3>
func
<a href="/garlic.go#L159" rel="nofollow">
Expand Down Expand Up @@ -345,6 +356,28 @@ <h3>
corresponding to a structure managed by the onramp library
and not instantiated by an app.
</p>
<h3>
func
<a href="/tls.go#L114" rel="nofollow">
NewTLSCertificate
</a>
</h3>
<p>
<code>
func NewTLSCertificate(host string, priv *ecdsa.PrivateKey) ([]byte, error)
</code>
</p>
<h3>
func
<a href="/tls.go#L118" rel="nofollow">
NewTLSCertificateAltNames
</a>
</h3>
<p>
<code>
func NewTLSCertificateAltNames(priv *ecdsa.PrivateKey, hosts ...string) ([]byte, error)
</code>
</p>
<h3>
func
<a href="/onion.go#L135" rel="nofollow">
Expand Down

0 comments on commit 19f1acd

Please sign in to comment.