Skip to content

CI: update notary test certificates#2428

Merged
silvin-lubecki merged 1 commit into
docker:masterfrom
thaJeztah:fix_da_fixtures
Apr 9, 2020
Merged

CI: update notary test certificates#2428
silvin-lubecki merged 1 commit into
docker:masterfrom
thaJeztah:fix_da_fixtures

Conversation

@thaJeztah
Copy link
Copy Markdown
Member

@thaJeztah thaJeztah commented Apr 9, 2020

fixes #2412

opening as draft, as I want to add a script to do this

@thaJeztah thaJeztah force-pushed the fix_da_fixtures branch 3 times, most recently from 48101c4 to 39b7081 Compare April 9, 2020 14:48
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah
Copy link
Copy Markdown
Member Author

I'll do the script in a follow up; I generated these certificates with a slightly modified version of https://github.com/dmcgowan/quicktls with this patch applied: dmcgowan/quicktls#3;

GO111MODULE=off go get -u github.com/dmcgowan/quicktls
cd e2e/testdata/notary || exit 1
quicktls -org=Docker -with-san notary-server notaryserver evil-notary-server evilnotaryserver localhost 127.0.0.1
cat ca.pem >> notary-server.cert
mv ca.pem root-ca.cert
cp notary-server.cert notary-server.key root-ca.cert ../notary-evil/

Copy link
Copy Markdown
Contributor

@silvin-lubecki silvin-lubecki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI: test-certificates in e2e tests have expired

2 participants