Issue #14583 has been reported by Jeff McCune. ---------------------------------------- Bug #14583: Cannot sign a certificate with wildcard entries in dns alt names https://projects.puppetlabs.com/issues/14583
Author: Jeff McCune Status: Unreviewed Priority: Normal Assignee: Category: SSL Target version: Affected Puppet version: 2.7.14 Keywords: dns_alt_names cert sign wildcard allow-dns-alt-names Branch: # Overview # Based on all of the messages displayed it seems like this should work: <pre> root@qa-ubuntu-lucid:~# puppet cert sign localhost err: Could not call sign: CSR 'localhost' contains subject alternative names (DNS:*, DNS:*.*, DNS:*.*.*, DNS:localhost), which are disallowed. Use `puppet cert --allow-dns-alt-names sign localhost` to sign this request. root@qa-ubuntu-lucid:~# puppet cert --allow-dns-alt-names sign localhost err: Could not call sign: CSR 'localhost' subjectAltName contains a wildcard, which is not allowed: DNS:*, DNS:*.*, DNS:*.*.*, DNS:localhost To continue, this CSR needs to be cleaned. </pre> -- 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.
