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 5b18644 commit 58d50dfCopy full SHA for 58d50df
docs/tasks/registry-mirror.md
@@ -65,7 +65,7 @@ export USERNAME=""
65
export TOKEN=$(cat ~/hub.txt)
66
export BRIDGE="192.168.128.1"
67
68
-cat > /tmp/registry.yml <<EOF
+cat > ./registry-config.yml <<EOF
69
version: 0.1
70
log:
71
accesslog:
@@ -95,6 +95,8 @@ http:
95
certificate: /var/lib/actuated/certs/server.crt
96
key: /var/lib/actuated/certs/server.key
97
EOF
98
+
99
+sudo cp ./registry-config.yml /etc/registry/config.yml
100
```
101
102
As the certificate is expired, actuated will automatically restart the `registry` service to use the new certificate.
0 commit comments