dcrd/certgen
Dave Collins 0f50fd5f8c
multi: Add go 1.11 directive to all modules.
This adds the go 1.11 directive to all of the modules in order to
clearly mark they build and work with that version.  Go 1.12 modified
the tools such that tidy will automatically add the new version to
modules that do not already have a directive and that would prevent
builds on Go 1.11 through Go 1.11.3 which is not desirable.
2019-03-18 02:02:35 -05:00
..
certgen_test.go Move self signed certificate code into certgen package. 2017-10-10 17:23:38 -04:00
certgen.go multi: Make changes suggested by Go 1.11 gofmt -s. 2018-08-23 12:52:07 -05:00
doc.go certgen: Add doc.go and README.md (#883) 2017-10-11 11:32:50 -04:00
go.mod multi: Add go 1.11 directive to all modules. 2019-03-18 02:02:35 -05:00
net_noop.go Move self signed certificate code into certgen package. 2017-10-10 17:23:38 -04:00
net.go Move self signed certificate code into certgen package. 2017-10-10 17:23:38 -04:00
README.md certgen: Add doc.go and README.md (#883) 2017-10-11 11:32:50 -04:00

Certgen

Build Status ISC License GoDoc

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

$ go get -u github.com/decred/dcrd/certgen

License

Package certgen is licensed under the copyfree ISC License.