9 lines
328 B
Go
9 lines
328 B
Go
|
// Copyright (c) Mainflux
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
// Package pki contains the domain concept definitions needed to
|
||
|
// support Mainflux Certs service functionality.
|
||
|
// It provides the abstraction of the PKI (Public Key Infrastructure)
|
||
|
// Valut service, which is used to issue and revoke certificates.
|
||
|
package pki
|