Feature #10115
openHave the smart proxy report the actual fingerprint of the certificates, not just the hashing algorithm
Description
Currently the smart-proxy parses and returns only the hashing algorithm of the fingerprint the certificates managed through the puppet CA (source:modules/puppetca/puppetca_main.rb#L151). It should also get the actual fingerprint, as the information is available, and it would allow the fingerprint on the puppet CA to be matched with the fingerprint on the puppet node before signing it (that would require some changes to foreman as well).
I'd be willing to do the patch and submit a pull request.
Updated by Dominic Cleal almost 10 years ago
- Category set to Puppet
Thanks for the offer. http://theforeman.org/contribute.html has some general information, but if you need any help, please do e-mail the foreman-dev mailing list, hop onto #theforeman-dev on Freenode or ask for help on the PR.
Updated by Robert Rauch over 9 years ago
I am also looking for this one. Is there any progress on this issue?