dockside icon indicating copy to clipboard operation
dockside copied to clipboard

Built-in SSL cert is expired

Open paisley opened this issue 3 years ago • 2 comments

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

paisley avatar Sep 13 '22 02:09 paisley

@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 avatar Sep 13 '22 13:09 struanb

@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 avatar Sep 14 '22 16:09 struanb

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 avatar Oct 11 '22 21:10 struanb