You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,9 +269,9 @@ It is worth noting that due to the way the startup scripts work, even the unpriv
269
269
270
270
### Building the NGINX Plus Container Image
271
271
272
-
In order to build the NGINX Plus container image, copy your NGINX Plus
273
-
repository keys (`nginx-repo.crt` and `nginx-repo.key`) into the
274
-
`plus/etc/ssl/nginx` directory before building.
272
+
In order to build the NGINX Plus container image, you will need to do two things:
273
+
1. Setup the offical NGINX Plus Docker image repository, as [per the documentation](https://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-docker/#use-official-nginx-plus-docker-images).
274
+
2. Copy your NGINX Plus repository keys (`nginx-repo.crt` and `nginx-repo.key`) into the `plus/etc/ssl/nginx` directory on the system doing the container build.
275
275
276
276
If you are using a version of Docker that supports Buildkit, then you can
277
277
build the image as follows in order to prevent your private keys from
0 commit comments