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

integrate with system cert store #314

Merged
merged 2 commits into from
Sep 12, 2023
Merged

Conversation

kenjenkins
Copy link
Contributor

@kenjenkins kenjenkins commented Aug 26, 2023

Summary

Add a new package certstore to provide a common interface for the macOS and Windows platform-specific trust store methods from the vendored third_party/ecpsigner code.

Add a new --client-cert-issuer-cn flag to the tcp command using this functionality. Register this flag only when the feature is supported.

Update the version output to add a new 'Features:' line to indicate whether pomerium-cli was compiled with support for this feature. Give the macOS integration the feature name 'keychain' and the Windows integration the feature name 'ncrypt'.

Related issues

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

@kenjenkins kenjenkins force-pushed the kenjenkins/ecp-trust-store branch 15 times, most recently from c34f484 to 52ae2d1 Compare September 2, 2023 00:59
Add a new package 'certstore' to provide a common interface for the
macOS and Windows platform-specific trust store methods from the
vendored 'third_party/ecpsigner' code.

Add a new --client-cert-issuer-cn flag to the tcp command using this
functionality. Register this flag only when the feature is supported.

Update the version output to add a new 'Features:' line to indicate
whether pomerium-cli was compiled with support for this feature. Give
the macOS integration the feature name 'keychain' and the Windows
integration the feature name 'ncrypt'.
@kenjenkins kenjenkins changed the title system trust store integration (prototype) integrate with system cert store Sep 11, 2023
@kenjenkins kenjenkins marked this pull request as ready for review September 11, 2023 22:08
@kenjenkins kenjenkins requested a review from a team as a code owner September 11, 2023 22:08
(I thought this was unused, but I think it's possible to set it via
environment variable, so I probably shouldn't remove it.)
@kenjenkins kenjenkins merged commit 4756e7a into main Sep 12, 2023
3 checks passed
@kenjenkins kenjenkins deleted the kenjenkins/ecp-trust-store branch September 12, 2023 17:17
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.

None yet

2 participants