Skip to content

Commit b09cf43

Browse files
committed
Add more instructions on cert update
1 parent 28af203 commit b09cf43

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/registry/self-signed-certs.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ openssl req -x509 -sha256 -nodes -newkey rsa:4096 -keyout infra.key -out infra.c
1414

1515
* Copy the certificates to the `infra/services/core/config/certs/`.
1616

17-
* Run `vagrant provision --provision-with=core-install,core`.
17+
* Run `vagrant provision --provision-with=preconfigure,configure`
18+
* Run `vagrant provision --provision-with=core-install,core`
19+
* Enter virtual machine with `vagrant ssh`
20+
* Run `sudo systemctl restart docker.service`
1821

1922
## Manual Usage
2023

0 commit comments

Comments
 (0)