Skip to content

Commit d980d08

Browse files
authored
Merge pull request #228 from f5devcentral/nginx-apid
Nginx apid
2 parents 38e83c0 + b2bbf29 commit d980d08

3 files changed

Lines changed: 23 additions & 0 deletions

File tree

docs/class4/module2/lab8/lab8.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,28 @@ Download the certificates
114114
.. image:: ../pictures/3rd-gen-cert.png.png
115115
:align: left
116116

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
133+
134+
.. code-block:: bash
135+
136+
scp -O -P 47005 <certificate-zip-file> ubuntu@<FQDN-of-nginx-instance>:/home/ubuntu/
137+
138+
.. note:: example -> scp -O -P 47005 pumped-eel.nginx-sd.certificates.zip ubuntu@04398a92-397f-4b70-acf8-54d6129bc80b.access.udf.f5.com:/home/ubuntu
117139

118140
Enable API Disovery and Download the token
119141
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -134,3 +156,4 @@ Enable API Disovery and Download the token
134156
Configure the Nginx instance
135157
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
136158

159+
* SSH or WEBSSH to the Nginx instance
134 KB
Loading
71.8 KB
Loading

0 commit comments

Comments
 (0)