Resource Type: dehydrated_pfx
- Defined in:
- lib/puppet/type/dehydrated_pfx.rb
- Providers:
-
openssl
Overview
pkcs12 / pfx files for dehydrated
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
Parameters
-
ca
The path of the ca certificates to put into the pkcs12 container
-
certificate
The path of the certificate to put into the pkcs12 container
-
certpbe
The certificate encryption algorithm to use. e.g. AES-256-CBC, 3DES-CBC
-
key_password
The optional password for the private key
-
keypbe
The private key encryption algorithm to use. e.g. AES-256-CBC, 3DES-CBC
-
mac_algorithm
The MAC algorithm to use for the PKCS12 container. e.g. sha1, sha256
-
password
The optional password for the pkcs12 container
-
path
Absolute path of the pfx file
-
pkcs12_name
A string describing the key / pkcs12 container
-
private_key
absolute path of the private keyfile
-
provider
The specific backend to use for this
dehydrated_pfxresource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.