-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Description of problem:
The command in Step 6 of "4.4.2. Configuring Capsule Server with custom SSL certificates to generate and sign Puppet certificates" is wrong
Instead ofÂ
- puppet cert generate capsule.example.com \
--dns_alt_names=loadbalancer.example.com
it should be - puppetserver ca generate \
--ca-client \
--certname capsule.example.com \
--subject-alt-names loadbalancer.example.com