Mine did...
Today was scheduled to have a new certificate but our machinery that issues the certificates was down this morning (typical) so that is now fixed and the new cert is in the repo..
Please..
cd at_virtual_environment
git pull
docker build -t lab .
winpty docker run -it -p 6379:6379 -p 64:64 -p 9001:9001 -p 25000-25017:25000-25017 --add-host test.do-sf2.atsign.zone:127.0.0.1 lab
or on mac/osx
docker run -it -p 6379:6379 -p 64:64 -p 9001:9001 -p 25000-25017:25000-25017 --add-host test.do-sf2.atsign.zone:127.0.0.1 lab
then you will have a fresh new certificate..
Thanks
Colin