{"id":14980490,"url":"https://github.com/puppetlabs/puppetlabs-sslcertificate","last_synced_at":"2025-12-11T21:45:50.570Z","repository":{"id":9391252,"uuid":"11253657","full_name":"puppetlabs/puppetlabs-sslcertificate","owner":"puppetlabs","description":"Puppet module to manage SSL Certificates on WIndows Server 2008 and upwards","archived":false,"fork":false,"pushed_at":"2025-02-04T02:08:26.000Z","size":271,"stargazers_count":20,"open_issues_count":1,"forks_count":57,"subscribers_count":41,"default_branch":"main","last_synced_at":"2025-09-03T11:24:31.528Z","etag":null,"topics":["hacktoberfest","module","puppet","supported","windows-puppet-module"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/puppet/sslcertificate","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/puppetlabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-07-08T12:23:24.000Z","updated_at":"2024-12-17T06:25:43.000Z","dependencies_parsed_at":"2024-04-03T09:42:55.470Z","dependency_job_id":"093adb6c-fa5c-4abc-b243-0904adf2dfdc","html_url":"https://github.com/puppetlabs/puppetlabs-sslcertificate","commit_stats":{"total_commits":183,"total_committers":31,"mean_commits":5.903225806451613,"dds":0.6557377049180328,"last_synced_commit":"8a361d470cc202cfca41a0be0fd55bf0a6eacd75"},"previous_names":["opentable/puppet-sslcert","puppetlabs/puppetlabs-sslcertificate","voxpupuli/puppet-sslcertificate"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/puppetlabs/puppetlabs-sslcertificate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Fpuppetlabs-sslcertificate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Fpuppetlabs-sslcertificate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Fpuppetlabs-sslcertificate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Fpuppetlabs-sslcertificate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puppetlabs","download_url":"https://codeload.github.com/puppetlabs/puppetlabs-sslcertificate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puppetlabs%2Fpuppetlabs-sslcertificate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275121283,"owners_count":25409027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","module","puppet","supported","windows-puppet-module"],"created_at":"2024-09-24T14:01:51.171Z","updated_at":"2025-09-17T15:53:44.138Z","avatar_url":"https://github.com/puppetlabs.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SSL Certificate module for Puppet\n\n[![Donated by Vox Pupuli](https://img.shields.io/badge/donated%20by-Vox%20Pupuli-fb7047.svg)](#transfer-notice)\n\n#### Table of Contents\n\n1. [Overview](#overview)\n1. [Module Description - What the module does and why it is useful](#module-description)\n1. [Setup - The basics of getting started with sslcertificate](#setup)\n    * [What sslcertificate affects](#what-sslcertificate-affects)\n    * [Beginning with sslcertificate](#beginning-with-sslcertificate)\n1. [Usage - Configuration options and additional functionality](#usage)\n1. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n1. [Limitations - OS compatibility, etc.](#limitations)\n1. [License](#license)\n1. [Development - Guide for contributing to the module](#development)\n\n## Overview\n\nSmall defined type that will allow you to manage Windows certificates.\n\n## Module Description\n\nA module that will allow you to install your certificates on Windows\nmachines. It will manage pfx, cer, der, p7b, sst certificates.\n\n## Setup\n\n### What sslcertificate affects\n\n* Installs certificates into your Windows key stores\n\n### Beginning with sslcertificate\n\n  To install a certificate in the My directory of the LocalMachine root store:\n\n```puppet\n    sslcertificate { \"Install-PFX-Certificate\" :\n      name       =\u003e 'mycert.pfx',\n      password   =\u003e 'password123',\n      location   =\u003e 'C:\\',\n      thumbprint =\u003e '07E5C1AF7F5223CB975CC29B5455642F5570798B'\n    }\n```\n\n  To install a certificate in an alternative directory:\n\n```puppet\n    sslcertificate { \"Install-Intermediate-Certificate\" :\n      name       =\u003e 'go_daddy_intermediate.p7b',\n      location   =\u003e 'C:\\',\n      store_dir  =\u003e 'CA',\n      root_store =\u003e 'LocalMachine',\n      thumbprint =\u003e '07E5C1AF7F5223CB975CC29B5455642F5570798B'\n    }\n```\n\nTo install a certificate in the My directory of the LocalMachine root store and set the key as not exportable:\n```puppet\n    sslcertificate { \"Install-PFX-Certificate\" :\n      name           =\u003e 'mycert.pfx',\n      password       =\u003e 'password123',\n      location       =\u003e 'C:',\n      thumbprint     =\u003e '07E5C1AF7F5223CB975CC29B5455642F5570798B',\n      exportable  =\u003e false\n  }\n```\n\n  For more details on the different options available with certificate management\n  directories, see [Windows Dev Center](http://msdn.microsoft.com/en-us/library/windows/desktop/aa388136(v=vs.85).aspx).\n\n## Usage\n\n### Classes and Defined Types\n\n#### Defined Type: `sslcertificate`\n\nThe primary definition of the sslcertificate module. This definition will install the\ncertificates into your keystore(s).\n\n**Parameters within `sslcertificate`:**\n\n##### `password`\n\nThe password for the given certificate\n\n##### `location`\n\nThe location where the file certificate is.\nDo not end the string with any forward or backslash.\nNote that in puppet manifests, double-backslashes must be re-doubled, even in single-quoted strings, e.g.\n\n```puppet\n    sslcertificate { \"Install-PFX-Certificate from UNC path\" :\n      name       =\u003e 'mycert.pfx',\n      password   =\u003e 'password123',\n      location   =\u003e '\\\\\\\\StorageServer\\Fileshare',\n      thumbprint =\u003e '07E5C1AF7F5223CB975CC29B5455642F5570798B'\n    }\n```\n\n##### `thumbprint`\n\nThe thumbprint used to verify the certificate\n\n##### `store_dir`\n\nThe certifcate store where the certificate will be installed to\n\n##### `root_store`\n\nThe store location for the given certification store. Either LocalMachine or CurrentUser\n\n##### `scripts_dir`\n\nThis parameter has been deprecated and isn't used anymore. The scripts aren't saved to disk anymore.\n\n##### `exportable`\n\nFlag to set the key as exportable. `true` == exportable; `false` == not exportable. By default is set to `true`.\n\n##### `wildcard`\n\nFlag to set the MachineKeySet flag in import, used for importing wildcard certificates. Defaults to `false`\n\n##### `interstore`\n\nIf this is set to `true`, any intermediate certificates included will be imported in the same store_dir, not the intermediate store.\nDefaults to `false`\n\n## Reference\n\n### Definition\n\n#### Public Definition\n\n* [`sslcertificate`](#define-sslcertificate): Guides the installation of certificates\n\n## Limitations\n\nThis module is tested on the following platforms:\n\n* Windows 2008 R2\n\nIt is tested with the OSS version of Puppet only.\n\n## License\n\nThis codebase is licensed under the Apache2.0 licensing, however due to the nature of the codebase the open source dependencies may also use a combination of [AGPL](https://opensource.org/license/agpl-v3/), [BSD-2](https://opensource.org/license/bsd-2-clause/), [BSD-3](https://opensource.org/license/bsd-3-clause/), [GPL2.0](https://opensource.org/license/gpl-2-0/), [LGPL](https://opensource.org/license/lgpl-3-0/), [MIT](https://opensource.org/license/mit/) and [MPL](https://opensource.org/license/mpl-2-0/) Licensing.\n\n## Development\n\n### Contributing\n\nPlease read CONTRIBUTING.md for full details on contributing to this project.\n\n## Transfer notice\n\nThis module was previously maintained by Vox Pupuli. It was migrated to Puppet/Perforce in 2023.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuppetlabs%2Fpuppetlabs-sslcertificate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuppetlabs%2Fpuppetlabs-sslcertificate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuppetlabs%2Fpuppetlabs-sslcertificate/lists"}