From 3bf39785f682e8cff3ada9f4b21c3e3cdafde5d1 Mon Sep 17 00:00:00 2001 From: Lauran Serhal <64646674+LauranSerhal@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:50:37 -0500 Subject: [PATCH] minor update to the common task (#230) * 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 --------- Co-authored-by: Dan Wiliams <127415766+dannymgithub@users.noreply.github.com> --- .../tasks/adb/generate-rsa-key-pair.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/building-blocks/tasks/adb/generate-rsa-key-pair.md b/building-blocks/tasks/adb/generate-rsa-key-pair.md index 0eadc404..c825813c 100644 --- a/building-blocks/tasks/adb/generate-rsa-key-pair.md +++ b/building-blocks/tasks/adb/generate-rsa-key-pair.md @@ -5,6 +5,11 @@ } --> + + _**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._ ## Introduction @@ -55,14 +60,4 @@ Estimated Time: 5 minutes ![Private key value.](./images/get-private-key-value.png " ") -7. In the **Configuration File Preview** dialog box, click **Close**. - -## Want to Learn More? - -* [Oracle Cloud Infrastructure Documentation](https://docs.cloud.oracle.com/en-us/iaas/Content/GSG/Concepts/baremetalintro.htm) -* [Overview of Oracle Cloud Infrastructure Identity and Access Management](https://docs.cloud.oracle.com/en-us/iaas/Content/Identity/Concepts/overview.htm) - -## Acknowledgements - -* **Author:** Lauran Serhal, Consulting User Assistance Developer -* **Last Updated By/Date:** Lauran Serhal, February 2024 \ No newline at end of file +7. In the **Configuration File Preview** dialog box, click **Close**. \ No newline at end of file