Skip to content
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

Script copies more certificates and keys to everest-core #8

Merged
merged 1 commit into from
May 5, 2023

Conversation

Pietfried
Copy link

Not all necessary certificates and keys for the SIL have been copied to everest-core/config when setting the option for it. The missing files have been added to the script.

mkdir -p $everest_core_path/config/certs/ca/cso/ && cp $CA_CSO_PATH/* $everest_core_path/config/certs/ca/cso/
mkdir -p $everest_core_path/config/certs/ca/mo/ && cp $CA_MO_PATH/* $everest_core_path/config/certs/ca/mo/
mkdir -p $everest_core_path/config/certs/ca/v2g/ && cp $CA_V2G_PATH/* $everest_core_path/config/certs/ca/v2g/
mkdir -p $everest_core_path/config/certs/ca/mo/ && cp $CA_MO_PATH/* $everest_core_path/config/certs/ca/mo/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Appears twice in L509

@Pietfried Pietfried force-pushed the pg-copy-more-certs branch from a93903b to c1c7a8d Compare May 5, 2023 09:25
@Pietfried Pietfried requested a review from SebaLukas May 5, 2023 09:26
Copy link
Collaborator

@SebaLukas SebaLukas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Pietfried Pietfried force-pushed the pg-copy-more-certs branch from c1c7a8d to ab8db16 Compare May 5, 2023 09:29
@Pietfried Pietfried merged commit 9917106 into everest May 5, 2023
@SebaLukas SebaLukas deleted the pg-copy-more-certs branch July 19, 2023 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants