-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
podman machine: Propagate SSL_CERT_FILE and SSL_CERT_DIR to systemd e… #16457
podman machine: Propagate SSL_CERT_FILE and SSL_CERT_DIR to systemd e… #16457
Conversation
@baude @ashley-cui PTAL |
34a98fd
to
8bb7cf3
Compare
I am currently testing on macOS. Given % env | grep SSL
SSL_CERT_FILE=/Users/bjorm/googlecert4.pem
SSL_CERT_DIR=/Users/bjorm/certs
% ls -l /Users/bjorm/certs
total 24
-rw-r--r-- 1 bjorm staff 1939 Nov 9 20:38 googlecert.pem
-rw-r--r-- 1 bjorm staff 1939 Nov 9 20:38 googlecert2.pem
-rw-r--r-- 1 bjorm staff 1939 Nov 9 20:38 googlecert3.pem turns into
Need to fix path of |
8bb7cf3
to
b89aee0
Compare
|
b89aee0
to
b791d69
Compare
rebased, removed a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
LGTM once you remove the spaces on the import files. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bjorndown, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
b791d69
to
b043651
Compare
…nvironment. Fixes containers#16041. Signed-off-by: Björn Mosler <[email protected]>
b043651
to
caa2dfe
Compare
@rhatdan I addressed all the issues that were raised. Can we move forward? |
Thanks @bjorndown |
Hi all, I'd love some help here. I'm using podman on Windows behind a corporate proxy that uses SSL inspection. I have the |
…nvironment.
Fixes #16041.
Signed-off-by: Björn Mosler [email protected]
Does this PR introduce a user-facing change?