Improve cert generate.sh script - #138
Closed
lundibundi wants to merge 2 commits into
Closed
Conversation
lundibundi
force-pushed
the
improve-cert-gen
branch
from
May 21, 2020 16:34
8515e37 to
f97c3f9
Compare
Use ECDSA curve ed25519 key instead of RSA if possible. Minor improvements: * Add shebang * Make sure to not override existing key without explicit approval * Add explanation messages for each step
lundibundi
force-pushed
the
improve-cert-gen
branch
from
May 22, 2020 17:23
f97c3f9 to
a997876
Compare
tshemsedinov
pushed a commit
that referenced
this pull request
Jul 21, 2020
Use ECDSA curve ed25519 key instead of RSA if possible. Minor improvements: * Add shebang * Make sure to not override existing key without explicit approval * Add explanation messages for each step PR-URL: #138
Member
|
Landed in 0328055 |
RobinzCalvin
pushed a commit
to RobinzCalvin/NodejsStarter
that referenced
this pull request
Dec 6, 2022
Use ECDSA curve ed25519 key instead of RSA if possible. Minor improvements: * Add shebang * Make sure to not override existing key without explicit approval * Add explanation messages for each step PR-URL: HowProgrammingWorks/NodejsStarterKit#138
0xmautone
added a commit
to 0xmautone/node-web3-boilerplate
that referenced
this pull request
Oct 28, 2024
Use ECDSA curve ed25519 key instead of RSA if possible. Minor improvements: * Add shebang * Make sure to not override existing key without explicit approval * Add explanation messages for each step PR-URL: HowProgrammingWorks/NodejsStarterKit#138
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use ECDSA curve ed25519 key instead of RSA.
Minor improvements:
/cc @tshemsedinov