cacert_fingerprint

pdk
This module adds facts which report the SHA256 fingerprint of the Puppet CA Certificate present on the agent.

7,667 downloads

237 latest version

5.0 quality score

Version information

  • 1.0.0 (latest)
  • 0.5.0
  • 0.4.0
  • 0.2.0
  • 0.1.0
released Jan 23rd 2025
This version is compatible with:
  • Puppet Enterprise 2025.3.x, 2025.2.x, 2025.1.x, 2023.8.x, 2023.7.x, 2023.6.x, 2023.5.x, 2023.4.x, 2023.3.x, 2023.2.x, 2023.1.x, 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x
  • Puppet >= 7.0 < 9.0.0
  • CentOS, OracleLinux, RedHat, Scientific, Debian, Ubuntu, windows, Fedora, Darwin, SLES, Solaris

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'jesse-cacert_fingerprint', '1.0.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add jesse-cacert_fingerprint
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install jesse-cacert_fingerprint --version 1.0.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

jesse/cacert_fingerprint — version 1.0.0 Jan 23rd 2025

cacert_fingerprint

This module adds facts which report the SHA256 cacert fingerprint in two formats as follows:

  • cacert_fingerprint - lower case, no colons Eg: 8b59d3a21ddbe40fc9f620dced3f611c70399b320717164f335db211d12a7ef7

  • cacert_fingerprint_colonated - upper case, colon separated pairs Eg: 8B:59:D3:A2:1D:DB:E4:0F:C9:F6:20:DC:ED:3F:61:1C:70:39:9B:32:07:17:16:4F:33:5D:B2:11:D1:2A:7E:F7

This can be of value if your Puppet control repo is deployed to more than one installation of Puppet, with separate CAs on each (eg a primary installation, and a sandpit or development installation). You can then use the cacert_fingerprint fact to determine which installation your code is being consumed on, so you can then put paths into Hiera to override such things as your puppet agent configuration, etc.

Usage

Just have this module installed in the desired Puppet code environment(s).