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

Make certificates and private keys handling more convenient #205

Merged
merged 10 commits into from
Feb 24, 2022
Prev Previous commit
Next Next commit
Update changelog
priitlatt committed Feb 23, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 19f8be8baa6ab50f27bd3a337c63065355fa6354
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Version 20.0.0
-------------

This release contains improvements from [PR #205](https://github.com/codemagic-ci-cd/cli-tools/pull/205).

**Features**
- Add option `--p12-path` for `app-store-connect` actions `create-certificate` and `get-certificate` to specify PKCS#12 container save path that can be used together with `--save` to specify exact file path where the container is saved. It overrides default save location, which is configured by `--certificates-dir`.