Puppet Data Type Alias: Envoyproxy::Tlscertificate

Defined in:
modules/envoyproxy/types/tlscertificate.pp

Overview

SPDX-License-Identifier: Apache-2.0

Alias of

Struct[{
    'cert_path' => Stdlib::Unixpath,
    'key_path'  => Stdlib::Unixpath,
    'ocsp_path' => Optional[Stdlib::Unixpath],
}]


# File 'modules/envoyproxy/types/tlscertificate.pp', line 2