Puppet Data Type Alias: Cfssl::Key

Defined in:
modules/cfssl/types/key.pp

Overview

SPDX-License-Identifier: Apache-2.0

Alias of

Struct[{
    algo => Cfssl::Algo,
    size => Variant[
        # ecdsa sizes
        Integer[256,256],
        Integer[384,384],
        Integer[521,521],
        # RSA size
        Integer[4096,4096],
    ]
}]


# File 'modules/cfssl/types/key.pp', line 2