Resource Type: dehydrated_key

Defined in:
lib/puppet/type/dehydrated_key.rb
Providers:
openssl

Overview

Create a private key for dehydrated.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • algorithm (defaults to: rsa)

    Algorithm to use for Key generation, supported: prime256v1, secp384r1, rsa

    Supported values:
    • prime256v1
    • secp384r1
    • rsa
  • password

    The optional password for the key

  • path

    Key location, must be absolute.

  • size (defaults to: 2048)

    The key size, used for RSA only.