File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
datacenter/ucp/2.0/guides/configuration Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,11 @@ The configuration depends on your operating system.
31
31
32
32
``` bash
33
33
# Download the DTR CA certificate
34
- $ curl -k https://< dtr-domain-name> /ca -o /usr/local/share/ca-certificates/< dtr-domain-name> .crt
34
+ $ sudo curl -k https://< dtr-domain-name> /ca -o /usr/local/share/ca-certificates/< dtr-domain-name> .crt
35
+
35
36
# Refresh the list of certificates to trust
36
37
$ sudo update-ca-certificates
38
+
37
39
# Restart the Docker daemon
38
40
$ sudo service docker restart
39
41
```
@@ -42,9 +44,11 @@ $ sudo service docker restart
42
44
43
45
``` bash
44
46
# Download the DTR CA certificate
45
- $ curl -k https://< dtr-domain-name> /ca -o /etc/pki/ca-trust/source/anchors/< dtr-domain-name> .crt
47
+ $ sudo curl -k https://< dtr-domain-name> /ca -o /etc/pki/ca-trust/source/anchors/< dtr-domain-name> .crt
48
+
46
49
# Refresh the list of certificates to trust
47
50
$ sudo update-ca-trust
51
+
48
52
# Restart the Docker daemon
49
53
$ sudo /bin/systemctl restart docker.service
50
54
```
You can’t perform that action at this time.
0 commit comments