24 lines
673 B
Markdown
24 lines
673 B
Markdown
Certgen
|
|
======
|
|
|
|
[](https://travis-ci.org/decred/dcrd)
|
|
[](http://copyfree.org)
|
|
[](http://godoc.org/github.com/decred/dcrd/certgen)
|
|
|
|
## Overview
|
|
|
|
This package currently contains a single function for creating
|
|
a new TLS certificate key pair, typically used for encrypting
|
|
RPC and websocket communications.
|
|
|
|
## Installation and Updating
|
|
|
|
```bash
|
|
$ go get -u github.com/decred/dcrd/certgen
|
|
```
|
|
|
|
## License
|
|
|
|
Package certgen is licensed under the [copyfree](http://copyfree.org) ISC
|
|
License.
|