Resource Type: dsc_certificateexport

Defined in:
lib/puppet/type/dsc_certificateexport.rb

Overview

The DSC CertificateExport resource type. Automatically generated from version 6.0.0

Properties

  • dsc_allowexpired

    Allow an expired certificate to be exported. Certificate selector parameter.

  • dsc_chainoption

    Specifies the options for building a chain when exporting a PFX certificate.

  • dsc_dnsname

    The subject alternative name of the certificate to export must contain these values. Certificate selector parameter.

  • dsc_enhancedkeyusage

    The enhanced key usage of the certificate to export must contain these values. Certificate selector parameter.

  • dsc_friendlyname

    The friendly name of the certificate to export. Certificate selector parameter.

  • dsc_isexported

    Returns true if the certificate file already exists and therefore has been exported.

  • dsc_issuer

    The issuer of the certificate to export. Certificate selector parameter.

  • dsc_matchsource

    Causes an existing exported certificate to be compared with the certificate identified for export and re-exported if it does not match.

  • dsc_protectto

    Specifies an array of strings for the username or group name that can access the private key of an exported PFX file without any password.

  • dsc_store

    The Windows Certificate Store Name to search for the certificate to export from. Certificate selector parameter. Defaults to ‘My’.

  • dsc_subject

    The subject of the certificate to export. Certificate selector parameter.

  • dsc_thumbprint

    The thumbprint of the certificate to export. Certificate selector parameter.

  • dsc_type

    Specifies the type of certificate to export.

Parameters

  • dsc_keyusage

    The key usage of the certificate to export must contain these values. Certificate selector parameter.

  • dsc_password

    Specifies the password used to protect an exported PFX file.

  • dsc_path (namevar)

    The path to the file you that will contain the exported certificate.

  • dsc_psdscrunascredential
  • 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).