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: content/waf/install/kubernetes.md
+18-7Lines changed: 18 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,12 @@ To review supported operating systems, read the [Technical specifications]({{< r
36
36
37
37
{{< include "licensing-and-reporting/download-certificates-from-myf5.md" >}}
38
38
39
+
### Download your JSON web token
40
+
41
+
To use NGINX Plus, you will need to download the the JWT license file associated with your NGINX Plus subscription from the MyF5 Customer Portal:
42
+
43
+
{{< include "licensing-and-reporting/download-jwt-from-myf5.md" >}}
44
+
39
45
## Create a Dockerfile
40
46
41
47
In the same folder as your credential files, create a _Dockerfile_ based on your [desired operating system]({{< ref "/waf/fundamentals/technical-specifications.md#supported-operating-systems" >}}) image using an example from the following sections.
@@ -206,9 +212,20 @@ Your folder should contain the following files:
206
212
207
213
-_nginx-repo.crt_
208
214
-_nginx-repo.key_
215
+
-_license.jwt_ (Only necessary when using NGINX Plus)
209
216
-_Dockerfile_
210
217
211
-
To build an image, use the following command, replacing `<your-image-name>` as appropriate:
218
+
To build an image for NGINX Pluse, use the following command, replacing `<your-image-name>` as appropriate:
0 commit comments