From a044bb581734ae0d185cfa080a5256cf626bddba Mon Sep 17 00:00:00 2001 From: Lauran Serhal <64646674+LauranSerhal@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:11:35 -0500 Subject: [PATCH] minor formatting edits to the new common task (#232) * 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 --------- Co-authored-by: Dan Wiliams <127415766+dannymgithub@users.noreply.github.com> --- building-blocks/tasks/adb/generate-rsa-key-pair.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/building-blocks/tasks/adb/generate-rsa-key-pair.md b/building-blocks/tasks/adb/generate-rsa-key-pair.md index 89c1c31c..b0f99c80 100644 --- a/building-blocks/tasks/adb/generate-rsa-key-pair.md +++ b/building-blocks/tasks/adb/generate-rsa-key-pair.md @@ -10,13 +10,9 @@ **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 **Task 6**. To get your user's and tenancy's OCID, see [Where to Get the Tenancy's OCID and User's OCID](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#five); however, going through the entire task might be easier for you as you can get all the information that you need from the **Configuration File Preview** dialog box when you create your keys._ +_**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 task, you learn how to use the **Console** to generate the private/public key pair. If you already have a key pair, you can choose to upload the public key instead. The **Console** also displays the _configuration file preview_ dialog box that contains important information such as the **user ocid**, **tenancy ocid**, **region**, and the generated **fingerprint** private and/or public key values. - -+ An RSA key pair in PEM format (minimum 2048 bits). See [How to Generate an API Signing Key](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#two). -+ The fingerprint of the public key. See [How to Get the Key's Fingerprint](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#four). -+ The user's and tenancy's OCIDs. See [Where to Get the Tenancy's OCID and User's OCID](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#five). +In this optional task, you learn how to use the **Console** to generate the private/public key pair. 1. In the **Console** banner, click the **Profile** icon. From the drop-down menu, click your **My profile**.