diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -89,6 +89,20 @@ Keyringer comes with a simple git wrapper to ease common management tasks: keyringer <keyring> git push keyringer master keyringer <keyring> git pull +Managing puppet node keys +------------------------- + +Keyringer is able to manage node keys for puppet nodes. First add the puppet +main and key folders into your keyring configuration: + + keyringer <keyring> options add PUPPET=/path/to/puppet/config + keyringer <keyring> options add PUPPET_KEYS=/path/to/puppet/keys + +Then you just need to issue the following command every time you have to create +keys for new nodes: + + keyringer <keyring> newkeys puppet + Notes ----- |