You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/common/modules/proc_configuring-smart-proxy-server-with-custom-ssl-certificates-to-generate-and-sign-puppet-certificates.adoc
+23-9
Original file line number
Diff line number
Diff line change
@@ -56,17 +56,31 @@ Retain a copy of the example `{foreman-installer}` command from the output for i
56
56
--puppet-server true \
57
57
--puppet-server-ca "true"
58
58
----
59
-
. On {SmartProxyServer}, generate Puppet certificates for all other {SmartProxies} that you configure for load balancing, except this first system where you configure Puppet certificates signing:
59
+
. On {SmartProxyServer}that is the Puppetserver Certificate Authority, stop the Puppet server:
. Generate Puppet certificates for all other {SmartProxyServers} that you configure for load balancing, except the system where you first configured Puppet certificate signing:
Copy file name to clipboardExpand all lines: guides/common/modules/proc_configuring-smart-proxy-server-with-default-ssl-certificates-to-generate-and-sign-puppet-certificates.adoc
+7-7
Original file line number
Diff line number
Diff line change
@@ -53,13 +53,13 @@ Retain a copy of the example `{foreman-installer}` command that is output by the
53
53
--puppet-server true \
54
54
--puppet-server-ca "true"
55
55
----
56
-
. On {SmartProxyServer}, stop the Puppet server:
56
+
. On {SmartProxyServer} that is the Puppetserver Certificate Authority, stop the Puppet server:
# puppet resource service puppetserver ensure=stopped
60
+
# systemctl stop puppetserver
61
61
----
62
-
. Generate Puppet certificates for all other {SmartProxyServers} that you configure for load balancing, except the first system where you configure Puppet certificates signing:
62
+
. Generate Puppet certificates for all other {SmartProxyServers} that you configure for load balancing, except the system where you first configured Puppet certificate signing:
0 commit comments