Skip to content

Commit

Permalink
Correct a type in the common task (#233)
Browse files Browse the repository at this point in the history
* Update variables.md

* Marty updated two scripts

These are the scripts used in the adb-dcat workshop that Marty updated.

* updates to Marty's two scripts

we don't need the add_adb_user procedure since it's now part of the workshop package. There were two copies of the standalone procedure, so I deleted both per Marty's instructions.

* Update load-analyze-rest.md

* adding common cleanup task

* add a building block to the common repo

* changed date in common block

* Update cleanup.md

* test common tasks

* Update generate-rsa-key-pair.md

* Update generate-rsa-key-pair.md

* formatting the new common task

* Update generate-rsa-key-pair.md

---------

Co-authored-by: Dan Wiliams <[email protected]>
  • Loading branch information
LauranSerhal and dannymgithub authored Feb 6, 2024
1 parent a044bb5 commit 1918122
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions building-blocks/tasks/adb/generate-rsa-key-pair.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
}
-->

<!--
**Author:** Lauran Serhal, Consulting User Assistance Developer
<!--
**Author:** Lauran K. Serhal, Consulting User Assistance Developer
**Last Updated By/Date:** Lauran Serhal, February 2024
-->

_**IMPORTANT:** If you already have an RSA key pair in PEM format (minimum 2048 bits) and a fingerprint of the public key, you can skip this optional task and proceed to the next task in the workshop; however, going through this entire task might be easier for you. The **Console** displays the _configuration file preview_ dialog box that shows the **user ocid**, **fingerprint**, **tenancy ocid**, and **region**._ For additional information see the [How to Generate an API Signing Key](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#two), [How to Get the Key's Fingerprint](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#four), and [Where to Get the Tenancy's OCID and User's OCID](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#five) documentation resources.
_**IMPORTANT:** If you already have an RSA key pair in PEM format (minimum 2048 bits) and a fingerprint of the public key, you can skip this optional task and proceed to the next task in the workshop; however, going through this entire task might be easier for you. The **Console** displays the **Configuration file preview** dialog box that shows the **user ocid**, **fingerprint**, **tenancy ocid**, and **region**._ For additional information see the [How to Generate an API Signing Key](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#two), [How to Get the Key's Fingerprint](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#four), and [Where to Get the Tenancy's OCID and User's OCID](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#five) documentation resources.

In this optional task, you learn how to use the **Console** to generate the private/public key pair.

Expand Down

0 comments on commit 1918122

Please sign in to comment.