Skip to content

Commit a077da2

Browse files
authored
Merge pull request #1734 from oracle-devrel/PeterObertTCE-patch-1
Update prepare_pem_for_builds.sh
2 parents af792d2 + 0c6e188 commit a077da2

File tree

1 file changed

+3
-3
lines changed
  • app-dev/app-integration-and-automation/oracle-integration-cloud/08-oic-cicd-vbs-shellsteps/files/scripts

1 file changed

+3
-3
lines changed

app-dev/app-integration-and-automation/oracle-integration-cloud/08-oic-cicd-vbs-shellsteps/files/scripts/prepare_pem_for_builds.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ****************************************************************************************
33
# Script: prepare_pem_for_builds.sh
44
#
5-
# 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
5+
# 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.
66
#
77
# Oracle
88
# Created by: Peter Obert
@@ -14,7 +14,7 @@
1414
# 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.
1515
# After this build step is expected to archive *.pem to be available for the follow-up build steps
1616
# No mandatory parameters:
17-
# 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
17+
# 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
1818
#
1919
#
2020
# Disclaimer:
@@ -23,7 +23,7 @@
2323
# the utilities are provided on an "as is" and "as available" basis. Oracle expressly disclaims
2424
# all warranties of any kind, whether express or implied, including, but not limited to, the implied
2525
# warranties of merchantability, fitness for a particular purpose and non-infringement.
26-
# Any material downloaded or otherwise obtained through this delivery is done at your own discretion
26+
# Any material downloaded or otherwise obtained through this deliver is done at your own discretion
2727
# and risk and you will be solely responsible for any damage to your computer system or loss of data
2828
# that results from the download of any such material.
2929
#

0 commit comments

Comments
 (0)