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 available the CA certificates via separate package #7

Merged
merged 1 commit into from
Nov 19, 2021

Conversation

stapelberg
Copy link
Contributor

This is useful in situations where you don’t want to use the CA certificates
in your program, but just copy (or embed) the CA certificates elsewhere.

Specifically, we’d like to use this in:
gokrazy/gokrazy#98

@breml
Copy link
Owner

breml commented Nov 19, 2021

Thanks for your PR. I am glad, that this package is helpful for you, even though the main purpose of this package has been to show case for golang/go#43958. But since there is no progress on this proposal I am happy to extend this package for your additional use case.

There is just one little nit to change.

@stapelberg
Copy link
Contributor Author

There is just one little nit to change.

Did you forget to send that message, or am I looking in the wrong place? What’s the change you’d like to see? :)

embedded/embedded.go Outdated Show resolved Hide resolved
generate_data.go Show resolved Hide resolved
@breml
Copy link
Owner

breml commented Nov 19, 2021

There is just one little nit to change.

Did you forget to send that message, or am I looking in the wrong place? What’s the change you’d like to see? :)

Yup, sorry. Github != Gitlab

This is useful in situations where you don’t want to *use* the CA certificates
in your program, but just *copy* (or embed) the CA certificates elsewhere.

Specifically, we’d like to use this in:
gokrazy/gokrazy#98
Copy link
Owner

@breml breml left a comment

Choose a reason for hiding this comment

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

LGTM

@breml breml merged commit f07ec0c into breml:master Nov 19, 2021
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