Resource Type: dsc_certificateimport
- Defined in:
- lib/puppet/type/dsc_certificateimport.rb
Overview
The DSC CertificateImport resource type. Automatically generated from version 6.0.0
Properties
-
dsc_content
The base64 encoded content of the CER file you want to import.
-
dsc_ensure
Specifies whether the certificate should be present or absent.
-
dsc_friendlyname
The friendly name of the certificate to set in the Windows Certificate Store.
-
dsc_path
The path to the CER file you want to import.
Parameters
-
dsc_location (namevar)
The Windows Certificate Store Location to import the certificate to.
-
dsc_psdscrunascredential
-
dsc_store (namevar)
The Windows Certificate Store Name to import the certificate to.
-
dsc_thumbprint (namevar)
The thumbprint (unique identifier) of the certificate 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).