Created
May 2, 2012 20:48
-
-
Save ody/2580377 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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