We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03319f9 commit ea8f238Copy full SHA for ea8f238
how-to/run-agent-master.md
@@ -1,12 +1,13 @@
1
Run Agent and Master from source on same machine
2
==
3
-
+```
4
bundle exec puppet puppet master --no-daemonize --certname localhost --dns_alt_names localhost --verbose
5
bundle exec puppet agent -t --certname localhost --server localhost
6
7
-````
8
To re-set the CSR process for an agent:
9
10
+````
11
on the master: puppet cert clean <agent fqdn>
12
on the agent: remove the ssldir
13
0 commit comments