-
Notifications
You must be signed in to change notification settings - Fork 513
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
Server and Signer Certificates Expired #1593
Comments
running ./fixture/regenerateTestingCerts.sh gets the following errors:
Not a go expert. I think it may be affected by github.com/coreos/bbolt now redirects to github.com/etcd-io/bbolt or the github.com/etcd-io/bbolt/ |
git clone https://github.com/cloudflare/cfssl.git |
After regenerating certificates using the regenerateTestingCerts.sh, make sure to remove the old images so that they're rebuilt next time you run a |
can run |
As far as is noted in this comment and issues (cloudflare/cfssl#1183 (comment)), removing the command -v cfssljson >/dev/null 2>&1 || { One also must |
This issue was resolved in here: #1594 |
The Notary server and signer certificates expired today and as a result running a local instance of Notary fails with
ERRO[0000] could not reach https://localhost:4443: Get "https://localhost:4443/v2/": x509: certificate has expired or is not yet valid: current time 2021-04-01T13:54:15+03:00 is after 2021-04-01T03:38:34Z
The certificates expired on:
Thu Apr 01 03:38:34 UTC 2021
I checked all certificates in the repository and these are all certificates that have expired:
PS: I find it amusing that the certificates expired exactly on April Fool's Day :)
The text was updated successfully, but these errors were encountered: