diff --git a/app-dev/app-integration-and-automation/oracle-integration-cloud/08-oic-cicd-vbs-shellsteps/files/scripts/prepare_pem_for_builds.sh b/app-dev/app-integration-and-automation/oracle-integration-cloud/08-oic-cicd-vbs-shellsteps/files/scripts/prepare_pem_for_builds.sh index a98a47399..ceb7b90d4 100644 --- a/app-dev/app-integration-and-automation/oracle-integration-cloud/08-oic-cicd-vbs-shellsteps/files/scripts/prepare_pem_for_builds.sh +++ b/app-dev/app-integration-and-automation/oracle-integration-cloud/08-oic-cicd-vbs-shellsteps/files/scripts/prepare_pem_for_builds.sh @@ -2,7 +2,7 @@ # **************************************************************************************** # Script: prepare_pem_for_builds.sh # -# This script is used as prerequisite/part of CI Implementation for OCI/OIC to get and store private PEM key necessary to compose OCI Signature +# This script is used as prerequisite/part of CI Implementation for OCI/OIC to get and store private PEM key necessary to compose OCI Signature. content can be replaced by e.g. retrieval of the key from the git or key vault or so. # # Oracle # Created by: Peter Obert @@ -14,7 +14,7 @@ # Last updated comments: OCI Digital signature script preparing privatekey in path - adaptation based on https://www.ateam-oracle.com/post/oracle-cloud-infrastructure-oci-rest-call-walkthrough-with-curl. # After this build step is expected to archive *.pem to be available for the follow-up build steps # No mandatory parameters: -# this can be custom iplementation that will delived the private key which can be used in follow-up steps with OCI cURL commands with OCI Signature +# this can be custom iplementation that will deliver the private key which can be used in follow-up steps with OCI cURL commands with OCI Signature # # # Disclaimer: @@ -23,7 +23,7 @@ # the utilities are provided on an "as is" and "as available" basis. Oracle expressly disclaims # all warranties of any kind, whether express or implied, including, but not limited to, the implied # warranties of merchantability, fitness for a particular purpose and non-infringement. -# Any material downloaded or otherwise obtained through this delivery is done at your own discretion +# Any material downloaded or otherwise obtained through this deliver is done at your own discretion # and risk and you will be solely responsible for any damage to your computer system or loss of data # that results from the download of any such material. #