Resource Type: cert_file

Defined in:
lib/puppet/type/cert_file.rb
Providers:
posix

Overview

Manages X.509 certificate files downloaded from a source location, saved in the specified format.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • format (defaults to: pem)

    Format in which the loaded certificate should be written to file.

    Supported values:
    • der
    • pem
  • path

    Path to the file to manage

  • provider

    The specific backend to use for this ‘cert_file` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • source

    The source file