| Prior to 6.4, puppet agent --fingerprint would print the hash of the client cert or client's CSR. It would generate a private key, submit the CSR, as part of that process. In 6.4 the option doesn't work, because it's trying to pass onetime: true keyword arguments, which the state machine doesn't accept. It also doesn't print the hash of the CSR, which is important for things like PUP-9715. |