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

cmd-opts nopass doesn't work #130

Closed
ivanov-aleksander opened this issue Jun 15, 2017 · 2 comments
Closed

cmd-opts nopass doesn't work #130

ivanov-aleksander opened this issue Jun 15, 2017 · 2 comments

Comments

@ivanov-aleksander
Copy link

I try generate server certificate (whithout password )on my free-tier aws server
./easyrsa build-server-full server1 nopass but easyrsa ask for password.

@uwehermann
Copy link
Contributor

Can't seem to be able to reproduce this, seems to work fine for me (git as of today):

$ ./easyrsa build-server-full test1
Generating a 2048 bit RSA private key
................................................+++
.............+++
writing new private key to '[...]/easy-rsa/easyrsa3/pki/private/test1.key.sgDZ01PWgI'
Enter PEM pass phrase:
[...]

$ ./easyrsa build-server-full test2 nopass
Generating a 2048 bit RSA private key
................................................+++
..........+++
writing new private key to '[...]/easy-rsa/easyrsa3/pki/private/test2.key.WRRdFNtO2X'
-----
Using configuration from ./openssl-1.0.cnf
[...]
Check that the request matches the signature
Signature ok
The Subject's Distinguished Name is as follows
commonName            :ASN.1 12:'test2'
Certificate is to be certified until Aug 15 17:39:10 2027 GMT (3650 days)

Write out database with 1 new entries
Data Base Updated

ecrist added a commit that referenced this issue Aug 23, 2018
Merge branch 'TinCanTech-libressl'

This may also resolve the following issues:

 #130: cmd-opts nopass doesn't work
 #76:  LibreSSL exposes misuse of $ENV
 #74:  LibreSSL, Expected to find openssl command at: openssl
 #34:  unexpected EOF when using init-pki on OSX 10.9

Signed-off-by: Eric F Crist <[email protected]>
rolfchess pushed a commit to rolfchess/easy-rsa that referenced this issue May 17, 2019
Merge branch 'TinCanTech-libressl'

This may also resolve the following issues:

 OpenVPN#130: cmd-opts nopass doesn't work
 OpenVPN#76:  LibreSSL exposes misuse of $ENV
 OpenVPN#74:  LibreSSL, Expected to find openssl command at: openssl
 OpenVPN#34:  unexpected EOF when using init-pki on OSX 10.9

Signed-off-by: Eric F Crist <[email protected]>
@ecrist
Copy link
Member

ecrist commented Apr 15, 2020

Closing, I think this is a non issue now. Let me know if you're still running into it in v3.0.7 or later.

@ecrist ecrist closed this as completed Apr 15, 2020
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

3 participants