puppet cert --list
On executing, this command does not return anything.
While starting puppet master, I get the following,
#puppet master --no-daemonize --debug --verbose
info: Could not find certificate for 'client.example.com'
While starting puppet client, I get the following:
puppet agent --server puppet --waitforcert 60 --test --debug --verbose
notice: Did not receive certificate
What's wrong?