Как установить OpenSSL в Windows 10?
Я выполнил шаги по установке OpenSSL после того, как у меня возникла проблема с созданием сертификата.
Https://tecadmin.net/install-openssl-on-windows/
К сожалению, сайт не позволил мне отправить свою проблему. Курсор не попадет на имя и адрес электронной почты, которые необходимо заполнить в текстовом поле.
Я надеюсь, что кто-нибудь может посоветовать мне, чего мне не хватало для создания сертификата.
Вот моя попытка :
C:Program FilesOpenSSL-Win64>version
'version' is not recognized as an internal or external command,
operable program or batch file.
C:Program FilesOpenSSL-Win64>openssl req -x509 -out localhost.crt -keyout localhost.key
req: Use -help for summary.
C:Program FilesOpenSSL-Win64> -newkey rsa:2048 -nodes -sha256
'-newkey' is not recognized as an internal or external command,
operable program or batch file.
C:Program FilesOpenSSL-Win64> -subj '/CN=localhost' -extensions EXT -config <(
The system cannot find the file specified.
C:Program FilesOpenSSL-Win64> printf "[dn]nCN=localhostn[req]ndistinguished_name = dnn[EXT]nsubjectAltName=DNS:localhostnkeyUsage=digitalSignaturenextendedKeyUsage=serverAuth")
Even going into the bin area where openSSL.exe reside, it is no good still
C:Program FilesOpenSSL-Win64bin>openssl req -x509 -out localhost.crt -keyout localhost.key
req: Use -help for summary.
C:Program FilesOpenSSL-Win64bin> -newkey rsa:2048 -nodes -sha256
'-newkey' is not recognized as an internal or external command,
operable program or batch file.
C:Program FilesOpenSSL-Win64bin> -subj '/CN=localhost' -extensions EXT -config <(
The system cannot find the file specified.
C:Program FilesOpenSSL-Win64bin> printf "[dn]nCN=localhostn[req]ndistinguished_name = dnn[EXT]nsubjectAltName=DNS:localhostnkeyUsage=digitalSignaturenextendedKeyUsage=serverAuth")