puppet cert --list
不返回任何內容。木偶大師未簽名客戶端證書
我/etc/hosts
文件上都傀儡師和客戶端:
20.201.110.198 client.example.com client
20.201.110.196 puppet.example.com puppet
雖然開始木偶大師,我得到以下,
木偶大師的版本是2.7.25
#puppet master --no-daemonize --debug --verbose
info: Could not find certificate for 'client.example.com'
雖然開始puppet客戶端,我得到以下(木偶客戶端版本也是2.7.25)
puppet agent --server puppet --waitforcert 60 --test --debug --verbose
notice: Did not receive certificate
在代理機器上,'puppet agent --configprint server'的輸出是什麼? - 看起來你的'master'節點認爲它的名字是'client.example.com'。該機器上的facter fqdn的輸出是什麼? –
'puppet cert list --all' –
在木偶主服務器中:#puppetca --sign client.example.com err:無法呼叫標誌:無法找到client.example.com的證書請求 無法找到證書請求for client.example.com – Ranjith