mirror of
https://github.com/FlipsideCrypto/dcrd.git
synced 2026-02-06 10:56:47 +00:00
17 lines
421 B
Go
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
|