.NAME
    RDCertificateConfiguration

.DESCRIPTION
    This resource is used to configure the Remote Desktop Certificates.

.PARAMETER Role
    Key - String
    Allowed values: RDRedirector, RDPublishing, RDWebAccess, RDGateway
    The role to apply this certificate configuration to.

.PARAMETER ConnectionBroker
    Key - String
    The connection broker that this certificate configuration is applied to.

.PARAMETER ImportPath
    Required - String
    The certificate that should be used, should point to a PFX file on the filesystem.

.PARAMETER Credential
    Write - Instance
    Specifies the password used to decrypt the PFX file. The username is ignored.

