Page 1 of 1

Openssl command do not work.

Posted: Mon Aug 14, 2017 8:43 am
by WayneJia
I can not generate certificates for wpa2-enterprise and https-request.
It stay at "................+++" all the time when I use "openssl req -new -x509 -keyout wpa2_ca.key -out wpa2_ca.pem" command.

Thanks.

Re: Openssl command do not work.

Posted: Tue Aug 15, 2017 10:06 am
by ESP_Sprite
What kind of machine is this? I have zero problems with this command on my Intel laptop with Debian GNU/Linux.

Re: Openssl command do not work.

Posted: Tue Aug 15, 2017 10:41 am
by WayneJia
ESP_Sprite wrote:What kind of machine is this? I have zero problems with this command on my Intel laptop with Debian GNU/Linux.
The system of my PC is Win7, 64 ultimate.

Re: Openssl command do not work.

Posted: Tue Aug 15, 2017 1:32 pm
by ESP_Sprite
My guess is that openssl needs a tty to prompt for further data. Can you try prefixing the command with 'winpty'? So 'winpty openssl req ...'

Re: Openssl command do not work.

Posted: Wed Aug 16, 2017 2:36 am
by WayneJia
ESP_Sprite wrote:My guess is that openssl needs a tty to prompt for further data. Can you try prefixing the command with 'winpty'? So 'winpty openssl req ...'
It works,but still have some problems.

I already have generated wpa2_ca.key,wpa2_ca.pem,wpa2_client.csr,wpa2_client.key
It goes wrong when I try to generate wpa2_client.crt

1.How can I get wpa2_server.key?
2.What is wrong when I try to generate generate wpa2_client.crt?
3.what is "ca1234" in openssl command?

Will somebody help me? Thans. :cry: