Issue #5776 has been updated by Peter Meier.
Any chance that this will be merged? I get that issue <pre> root@puppet:~/tmp# puppet cert --clean foobar notice: Revoked certificate with serial # Inventory of signed certificates # SERIAL NOT_BEFORE NOT_AFTER SUBJECT 0x0001 2011-01-03T17:55:51GMT 2016-01-02T17:55:51GMT /CN=Puppet CA: puppet 0x0002 2011-01-03T17:55:51GMT 2016-01-02T17:55:51GMT /CN=puppet err: Could not call revoke: Cannot convert into OpenSSL::BN </pre> as well while trying to revoke certs for non existing hosts on latest 2.7.x on a normal puppet installation. ---------------------------------------- Bug #5776: certdnsnames should not accept commas as separators https://projects.puppetlabs.com/issues/5776 Author: Luc Stepniewski Status: Merged - Pending Release Priority: Normal Assignee: Daniel Pittman Category: installer Target version: Keywords: Branch: next Affected PE version: After a totally new/clean installation of PEB, and defining a new client install remotely, I correctly get the certificate signing request with '`puppet cert -l`', but when I try to sign it, I get an error "`err: Could not call sign`": <blockquote> `root@puppet:~# puppet cert --sign mongodb.intra.myserver.fr err: Could not call sign: subjectAltName = DNS:puppet,DNS:puppet.intra.myserver.fr,puppet.myserver.fr,DNS:puppet,puppet,DNS:puppet,puppet.intra.myserver.fr,puppet.myserver.fr,DNS:mongodb.intra.myserver.fr: missing value` </blockquote> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
