-
Notifications
You must be signed in to change notification settings - Fork 4
feat: [EXT-2183] get-management-token #1
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
Conversation
|
||
mkdir -p keys | ||
|
||
openssl req -x509 -newkey rsa:4096 -nodes -batch -noout -keyout keys/key.pem |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice to use generation in the API so we cover it with the tests too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wanna do it here or in a followup?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, forgot to reply to this. I would like to do that in a followup, when also CI is in place
29fb44d
to
63b37fa
Compare
I have rotated the keys and removed the |
|
||
mkdir -p keys | ||
|
||
openssl req -x509 -newkey rsa:4096 -nodes -batch -noout -keyout keys/key.pem |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wanna do it here or in a followup?
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Uh oh!
There was an error while loading. Please reload this page.