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
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,28 @@ Download the certificates
114
114
.. image:: ../pictures/3rd-gen-cert.png.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
118
+
119
+
* You need a terminal and scp tool on your laptop
120
+
* Copy the FQDN of the Nginx instance
121
+
* In UDF, click on ``Deployment`` tab, then find the ``Nginx`` instance, and click on ``Details``
122
+
123
+
.. image:: ../pictures/3rd-access-button.png
124
+
:align:left
125
+
126
+
* Click on the ``Access Methods`` tab, and find the SSH (not the Web Shell)
127
+
* 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)
128
+
129
+
.. image:: ../pictures/3rd-access-fqdn.png
130
+
:align:left
131
+
132
+
* Now from your terminal, use the scp command to copy the zip file to the Nginx instance
0 commit comments