Skip to content

Update prepare_pem_for_builds.sh #1734

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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.
#
Expand Down