This updates the installation and updating section of the README.md files in the various packages to call out the module they are a part of and instruct the consumer to use the standard go tooling instead of the old, and no longer correct, package-based 'go get -u' instructions.
942 B
942 B
Certgen
Overview
This package contains functions for creating self-signed TLS certificate from random new key pairs, typically used for encrypting RPC and websocket communications.
ECDSA certificates are supported on all Go versions. Beginning with Go 1.13, this package additionally includes support for Ed25519 certificates.
Installation and Updating
This package is part of the github.com/decred/dcrd/certgen module. Use the
standard go tooling for working with modules to incorporate it.
License
Package certgen is licensed under the copyfree ISC License.