Skip to content

Instantly share code, notes, and snippets.

@ody
Created May 2, 2012 20:48
Show Gist options
  • Select an option

  • Save ody/2580377 to your computer and use it in GitHub Desktop.

Select an option

Save ody/2580377 to your computer and use it in GitHub Desktop.
# If I was trying to use a cert from an old master but what I really want is just to use the old name of the old CA for signing.
puppet cert clean current-cert.example.com
puppet cert clean old-cert.example.com
puppet cert generate new-cert.example.com --dns_alt_names puppet,puppet.example.com,current-cert,current-cert.example.com,new-cert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment