Resource Type: dsc_pfximport
- Defined in:
- lib/puppet/type/dsc_pfximport.rb
Overview
The DSC PfxImport resource type. Automatically generated from version 6.0.0
Properties
-
dsc_content
The base64 encoded content of the PFX file you want to import.
-
dsc_ensure
Specifies whether the PFX file should be present or absent.
-
dsc_exportable
Determines whether the private key is exportable from the machine after it has been imported
-
dsc_friendlyname
The friendly name of the certificate to set in the Windows Certificate Store.
-
dsc_path
The path to the PFX file you want to import.
Parameters
-
dsc_credential
A ‘PSCredential` object that is used to decrypt the PFX file.
-
dsc_location (namevar)
The Windows Certificate Store Location to import the PFX file to.
-
dsc_psdscrunascredential
-
dsc_store (namevar)
The Windows Certificate Store Name to import the PFX file to.
-
dsc_thumbprint (namevar)
The thumbprint (unique identifier) of the PFX file you’re importing.
-
dsc_timeout
The maximum time in seconds to wait for the DSC resource to complete.
-
name (namevar)
Description of the purpose for this resource declaration.
-
validation_mode
(defaults to: property)
Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).