9 lines
225 B
Go
9 lines
225 B
Go
|
// Copyright (C) 2019 Storj Labs, Inc.
|
||
|
// See LICENSE for copying information.
|
||
|
|
||
|
/*
|
||
|
Package certificate is responsible for managing certificate signing operations
|
||
|
on peer identities' certificate chains.
|
||
|
*/
|
||
|
package certificate
|