dcrd/certgen/doc.go
2017-10-11 11:32:50 -04:00

17 lines
421 B
Go

// Copyright (c) 2017 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
/*
Package certgen includes a common base for creating a
new TLS certificate key pair.
Overview
This package currently contains a single function for creating
a new TLS certificate key pair, typically used for encrypting
RPC and websocket communications.
*/
package certgen