Skip to content

Commit 77d87ce

Browse files
committed
minor revisions of step 5 and step 6
Step 5 is not labeled as "optional". Step 6: Information about managing the service in Linux was added. Therefore, the step title was changed
1 parent c52fba1 commit 77d87ce

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

tutorials/cp-connectivity-install-cloud-connector/cp-connectivity-install-cloud-connector.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ After the installation of the Cloud Connector you can see that its **Security St
146146

147147
[ACCORDION-END]
148148

149-
[ACCORDION-BEGIN [Step 5: ](Replace self-signed UI certificate)]
149+
[ACCORDION-BEGIN [Step 5: ](Replace self-signed UI certificate (optional))]
150150

151151
If you just installed the Cloud Connector for your own use to try it out, you can leave out this step. But as soon as you use the Cloud Connector productively in your company, other colleagues would like to be sure that the Web address used for the Cloud Connector is valid. Now what is this all about?
152152

@@ -193,9 +193,15 @@ After the restart the certificate error should no longer appear.
193193

194194
[ACCORDION-END]
195195

196-
[ACCORDION-BEGIN [Step 6: ](Set up a service user (Windows only))]
196+
[ACCORDION-BEGIN [Step 6: ](Manage the Cloud Connector service)]
197197

198-
After a successful installation the Cloud Connector you do not see much. The Cloud Connector is started as a background service on your PC. For example, in Windows, it is available as a service, in Linux it is started as a daemon.
198+
The installer version of the Cloud Connector is associated to a service that runs in the background on your PC.
199+
200+
In Linux, you manage the Cloud Connector service using the following command syntax:
201+
202+
```shell
203+
service scc_daemon stop|restart|start|status
204+
```
199205

200206
In Windows, services can be started and stopped by all users of a PC by default. To ensure a minimum level of security you should restrict the rights to a specific user on your PC. Service users are specific to Windows only.
201207

0 commit comments

Comments
 (0)