mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-02 22:17:10 +08:00
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
|