Resource Type: truststore_certificate

Defined in:
lib/puppet/type/truststore_certificate.rb
Providers:
keytool

Overview

adds a certificate to a pkcs12 truststore

Properties

  • certificate

    Path to the certificate to add to the truststore

  • 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 truststore

  • password_file

    Path to file containing the truststore password

  • provider

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

  • truststore

    Path to the truststore to use or create when importing the certificate