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

update expired certificate that are used for testing #9177

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Conversation

mangalaman93
Copy link
Contributor

@mangalaman93 mangalaman93 commented Sep 25, 2024

similar to #9003

commands I ran from folder systest/backup/filesystem:

dgraph cert -d alpha1 ls
rm -f alpha1/client.*
dgraph cert -d alpha1 -c alpha1 --duration 2000
rm -f alpha1/node.*
dgraph cert -d alpha1 -n "alpha1,alpha2,alpha3,alpha4,alpha5,alpha6,zero1,zero2,zero3,localhost" --duration 2000
dgraph cert -d alpha1 ls

dgraph cert -d alpha2 ls
rm -f alpha2/client.*
dgraph cert -d alpha2 -c alpha2 --duration 2000
rm -f alpha2/node.*
dgraph cert -d alpha2 -n "alpha1,alpha2,alpha3,alpha4,alpha5,alpha6,zero1,zero2,zero3,localhost" --duration 2000

dgraph cert -d alpha3 ls
rm -f alpha3/client.*
dgraph cert -d alpha3 -c alpha3 --duration 2000
rm -f alpha3/node.*
dgraph cert -d alpha3 -n "alpha1,alpha2,alpha3,alpha4,alpha5,alpha6,zero1,zero2,zero3,localhost" --duration 2000

dgraph cert -d alpha4 ls
rm -f alpha4/client.*
dgraph cert -d alpha4 -c alpha4 --duration 2000
rm -f alpha4/node.*
dgraph cert -d alpha4 -n "alpha1,alpha2,alpha3,alpha4,alpha5,alpha6,zero1,zero2,zero3,localhost" --duration 2000

dgraph cert -d alpha5 ls
rm -f alpha5/client.*
dgraph cert -d alpha5 -c alpha5 --duration 2000
rm -f alpha5/node.*
dgraph cert -d alpha5 -n "alpha1,alpha2,alpha3,alpha4,alpha5,alpha6,zero1,zero2,zero3,localhost" --duration 2000

dgraph cert -d alpha6 ls
rm -f alpha6/client.*
dgraph cert -d alpha6 -c alpha6 --duration 2000
rm -f alpha6/node.*
dgraph cert -d alpha6 -n "alpha1,alpha2,alpha3,alpha4,alpha5,alpha6,zero1,zero2,zero3,localhost" --duration 2000

dgraph cert -d zero1 ls
rm -f zero1/client.*
dgraph cert -d zero1 -c zero1 --duration 2000
rm -f zero1/node.*
dgraph cert -d zero1 -n "alpha1,alpha2,alpha3,alpha4,alpha5,alpha6,zero1,zero2,zero3,localhost" --duration 2000

dgraph cert -d zero2 ls
rm -f zero2/client.*
dgraph cert -d zero2 -c zero2 --duration 2000
rm -f zero2/node.*
dgraph cert -d zero2 -n "alpha1,alpha2,alpha3,alpha4,alpha5,alpha6,zero1,zero2,zero3,localhost" --duration 2000


dgraph cert -d zero3 ls
rm -f zero3/client.*
dgraph cert -d zero3 -c zero3 --duration 2000
rm -f zero3/node.*
dgraph cert -d zero3 -n "alpha1,alpha2,alpha3,alpha4,alpha5,alpha6,zero1,zero2,zero3,localhost" --duration 2000


rm -f live/client.*
dgraph cert -d live -c liveclient --duration 2000

@mangalaman93 mangalaman93 requested a review from a team as a code owner September 25, 2024 15:10
@github-actions github-actions bot added the area/testing Testing related issues label Sep 25, 2024
@mangalaman93 mangalaman93 enabled auto-merge (squash) September 25, 2024 21:03
Copy link
Contributor

@meghalims meghalims left a comment

Choose a reason for hiding this comment

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

lgtm

@mangalaman93 mangalaman93 merged commit 8231fae into main Sep 25, 2024
14 checks passed
@mangalaman93 mangalaman93 deleted the aman/certs branch September 25, 2024 22:02
harshil-goel pushed a commit that referenced this pull request Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing Testing related issues
Development

Successfully merging this pull request may close these issues.

2 participants