Skip to content

Commit 58d50df

Browse files
committed
Fixes to registry docs
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 5b18644 commit 58d50df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/tasks/registry-mirror.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export USERNAME=""
6565
export TOKEN=$(cat ~/hub.txt)
6666
export BRIDGE="192.168.128.1"
6767

68-
cat > /tmp/registry.yml <<EOF
68+
cat > ./registry-config.yml <<EOF
6969
version: 0.1
7070
log:
7171
accesslog:
@@ -95,6 +95,8 @@ http:
9595
certificate: /var/lib/actuated/certs/server.crt
9696
key: /var/lib/actuated/certs/server.key
9797
EOF
98+
99+
sudo cp ./registry-config.yml /etc/registry/config.yml
98100
```
99101

100102
As the certificate is expired, actuated will automatically restart the `registry` service to use the new certificate.

0 commit comments

Comments
 (0)