7 lines
247 B
Go
7 lines
247 B
Go
|
// Copyright 2020 the Pinniped contributors. All Rights Reserved.
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
// Package dynamiccert provides a simple way of communicating a dynamically updating PEM-encoded
|
||
|
// certificate and key.
|
||
|
package dynamiccert
|