Skip to content

Instantly share code, notes, and snippets.

@tmclaugh
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmclaugh/46f8bcc1fcd459171ee8 to your computer and use it in GitHub Desktop.
Save tmclaugh/46f8bcc1fcd459171ee8 to your computer and use it in GitHub Desktop.
/etc/puppet/csr_attributes.yaml:
---
extension_requests:
pp_preshared_key: PUPPET_PSK
Puppet output:
Info: Creating a new SSL key for puppet.hubspot.local
Info: Caching certificate for ca
Info: csr_attributes file loading from /etc/puppet/csr_attributes.yaml
Error: Could not request certificate: syntax error on line 2, col 18: ` pp_preshared_key: PUPPET_PSK'
Wrapped exception:
syntax error on line 2, col 18: ` pp_preshared_key: PUPPET_PSK'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment