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

Built-in SSL cert is expired #5

Closed
paisley opened this issue Sep 13, 2022 · 3 comments
Closed

Built-in SSL cert is expired #5

paisley opened this issue Sep 13, 2022 · 3 comments

Comments

@paisley
Copy link

paisley commented Sep 13, 2022

Steps to reproduce

Run dockside using the build in cert

mkdir -p ~/.dockside && \
docker run -it --name dockside \
  -v ~/.dockside:/data \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -p 443:443 -p 80:80 \
  --security-opt=apparmor=unconfined \
  newsnowlabs/dockside --ssl-builtin

Visit Dockside in web browser

Open Chrome and navigate to https://www.local.dockside.dev/

expired-cert

@struanb
Copy link
Contributor

struanb commented Sep 13, 2022

@paisley Thanks for raising this issue. The process for updating the built-in SSL certificate is supposed to be automated, but obviously something has broken. We'll take a look.

@struanb
Copy link
Contributor

struanb commented Sep 14, 2022

@paisley We've now pushed a new Docker image now with an updated built-in certificate. If you have a chance to confirm this fixes the issue, please let us know.

(By way of explanation, the certificate renewal process was working, but the process for embedding it in the image and pushing the image was not. We will aim to fix this before the current certificate expires on 22 October 2022, and if we can't we'll update the image manually before that date).

@struanb
Copy link
Contributor

struanb commented Oct 11, 2022

This issue has been permanently resolved in the latest release of Dockside, in which the *.local.dockside.dev SSL certificate is downloaded on launch from a public cloud storage bucket.

https://github.com/newsnowlabs/dockside/releases/tag/v2.0.0

@struanb struanb closed this as completed Oct 11, 2022
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

No branches or pull requests

2 participants