Resource Type: keystore_certificate

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

Overview

adds a certificate and private key to a PKCS12 keystore

Properties

  • certificate

    Path to the file containing the certificate to add to the keystore

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • alias

    The certificate alias used to store inside the keystore

  • ca

    Path to the file containing the CA certificate

  • keystore

    Path to the keystore to use when importing the certificate

  • password_file

    Path to file containing the keystore password

  • private_key

    Path to file containing the private key

  • provider

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