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

Set password requeired by openssl script #3

Closed
robrezendeolivia opened this issue Jul 24, 2019 · 1 comment
Closed

Set password requeired by openssl script #3

robrezendeolivia opened this issue Jul 24, 2019 · 1 comment
Assignees

Comments

@robrezendeolivia
Copy link

I tried to run the following script

openssl(openssl genrsa -des3 -out private.pem 2048), which requires a passphrase, but I can't send it. Can you provide an array of inputs parameter for cases like this?

@codevibess codevibess pinned this issue Jul 26, 2019
@codevibess
Copy link
Owner

codevibess commented Jul 26, 2019

Hi, friend
Its no need to add array with input params, you can handle it by openssl one-line command.
Sample:
openssl(openssl genrsa -des3 -passout pass:foobar -out privkey.pem 2048)

Output:
Generating RSA private key, 2048 bit long modulus ..............................+++ .......+++ e is 65537 (0x10001)

If u have more question, just ask
If your problem is solved, please close the issue

Regards,
AC

@codevibess codevibess self-assigned this Jul 26, 2019
@codevibess codevibess added good first issue Good for newcomers help wanted Extra attention is needed and removed good first issue Good for newcomers help wanted Extra attention is needed labels Jul 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants