Resource Type: cert_key_bundle

Defined in:
lib/puppet/type/cert_key_bundle.rb

Overview

combines a certificate and private key into a single file

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • certificate

    Path to certificate file to include in bundle

  • force_pkcs_1

    Ensures the private key is in PKCS#1 format. This is required for services like Apache reverse proxy

    Supported values:
    • true
    • false
    • yes
    • no
  • group

    Specifies a permissions group for the file. Valid options: a string containing a group name or integer containing a gid.

  • mode

    Specifies the permissions mode of the file. Valid options: a string containing a permission mode value in octal notation.

  • owner

    Specifies the owner of the file. Valid options: a string containing a username or integer containing a uid.

  • path

    Path to the file that will contain the certificate and private key bundle

  • private_key

    Path to private key file to include in bundle