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 28af203 commit b09cf43Copy full SHA for b09cf43
docs/registry/self-signed-certs.md
@@ -14,7 +14,10 @@ openssl req -x509 -sha256 -nodes -newkey rsa:4096 -keyout infra.key -out infra.c
14
15
* Copy the certificates to the `infra/services/core/config/certs/`.
16
17
-* Run `vagrant provision --provision-with=core-install,core`.
+* 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`
21
22
## Manual Usage
23
0 commit comments