8000 Generate certs by SvenDowideit · Pull Request #477 · boot2docker/boot2docker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Generate certs #477

Merged
merged 1 commit into from
Aug 16, 2014
Merged

Conversation

SvenDowideit
Copy link
Contributor

this PR contains #463

please only review the last commit.

@@ -120,6 +120,10 @@ RUN curl -L -o $ROOTFS/usr/local/bin/docker https://get.docker.io/builds/Linux/x
chmod +x $ROOTFS/usr/local/bin/docker && \
{ $ROOTFS/usr/local/bin/docker version || true; }

# get generate_cert
RUN curl -L -o $ROOTFS/usr/local/bin/generate_cert https://github.com/SvenDowideit/generate_cert/releases/download/0.1/generate_cert-0.1-linux-386/ && \

This comment was marked as spam.

This comment was marked as spam.

@tianon
Copy link
Contributor
tianon commented Aug 15, 2014

Seems about as sane as it could be, for what it has to be.

Couldn't we technically look to generate the certs in boot2docker-cli directly and push them into the VM the way we do the SSH keys instead of trying to pull them back out after they're generated? (possibly as a future enhancement)

@SvenDowideit
Copy link
Contributor Author

I did it this way so that the certs are also generated when using the iso without the boot2docker-cli, like the physical HW I use, or non-vbox setups. Also, At some point in the future Docker will probably do it.

@tianon
Copy link
Contributor
tianon commented Aug 15, 2014

Makes sense; LGTM

SvenDowideit pushed a commit that referenced this pull request Aug 16, 2014
@SvenDowideit SvenDowideit merged commit 8c80652 into boot2docker:master Aug 16, 2014
cpuguy83 pushed a commit to cpuguy83/boot2docker that referenced this pull request Aug 26, 2014
@SvenDowideit SvenDowideit deleted the generate_certs branch October 13, 2016 07:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0