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/class4/module2/lab8/lab8.rst
+30-18Lines changed: 30 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,29 +114,18 @@ Download the certificates
114
114
.. image:: ../pictures/3rd-gen-cert.png
115
115
:align:left
116
116
117
-
* Now, you must upload the zip file into the Nginx instance. Unfortunately, with UDF, this will require some preaparation. Please follow each step carefully
117
+
* Now, you must upload the zip file into the Nginx instance.
118
118
119
-
* You need a terminal and scp tool on your laptop
120
-
* Copy the FQDN of the Nginx instance
119
+
* In UDF portal, on the Nginx instance, there is a Access Method called ``UPLOAD CERTS``. Click on it, it will open a new browser page to an Upload file website.
121
120
122
-
* In UDF, click on ``Deployment`` tab, then find the ``Nginx`` instance, and click on ``Details``
121
+
.. image:: ../pictures/3rd-udf-upload.png
122
+
:align:left
123
123
124
-
.. image:: ../pictures/3rd-access-button.png
125
-
:align:left
124
+
* Upload your zip file from this website. It will be uploaded into the Nginx instance.
126
125
127
-
* Click on the ``Access Methods`` tab, and find the SSH (not the Web Shell)
128
-
* Copy the FQDN from the SSH command line (if you can't only select the FQDN, copy the full command and extract it from your Notepad for example)
126
+
.. image:: ../pictures/3rd-upload-site.png
127
+
:align:left
129
128
130
-
.. image:: ../pictures/3rd-access-fqdn.png
131
-
:align:left
132
-
133
-
* Now from your terminal, use the scp command to copy the zip file to the Nginx instance
.. note:: example -> scp -O -P 47005 pumped-eel.nginx-sd.certificates.zip ubuntu@04398a92-397f-4b70-acf8-54d6129bc80b.access.udf.f5.com:/home/ubuntu
140
129
141
130
Enable API Disovery and Download the token
142
131
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -157,4 +146,27 @@ Enable API Disovery and Download the token
157
146
Configure the Nginx instance
158
147
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
159
148
149
+
.. note:: The Nginx instance is already pre-configured to avoid to many copy-paste between this lab guide and the SSH session. You will just adapt the configuration to collect the logs from Nginx application and forward the logs to the CE.
150
+
160
151
* SSH or WEBSSH to the Nginx instance
152
+
153
+
* Copy the certificates zip file into /home/ubuntu directory and unzup it
* Copy the certs and key files into the right directories, and modify the permissions. Those certs+key are use to initiate the MTLS between the Nginx and the CE.
0 commit comments