[ Поиск ] - [ Пользователи ] - [ Календарь ]
Полная Версия: openSSL, windows, RSA
Por$h
Установил только что на denwer openSSL ..в phpInfo() включен.
Сижу под Windows.
Делаю по инструкции банка и не понимаю, как я должен запустить эти команды под windows..ом: и что я в итоге получу запустив их..(какие-то ключи)
пробовал через shell_exec (); но ничего не выводит..видимо это для Linux ?
И как получится должны 2 файла и куда бы они сохранились тогда ?
надеюсь на вашу помощь т.к первый раз столкнулся с openssl и этими ключами.

Инструкция:
The private key can be generated using this command:
openssl genrsa -out privkey.pem 1024

And certificate request can be made like this:
openssl req -new -key privkey.pem -out request.pem

The certificate request DN (distinguished name) should have the following form:
E (Email Address) = Partners certificate owner email address (I.e. aa.bb@ISP.ee)
CN (Common Name) = FQDN which will use the Banklink service (i.e. www.kaupmees.ee)
OU (Organizational Unit Name) = “banklink”
O (Organization Name) = Partners registered name (i.e. AS Kaupmees)
C (Country Name) = “EE”

The output of these commands are 2 files: “privkey.pem” contains the private key and “request.pem” contains the certificate request (which should be sent to the bank via email).
Por$h
Valick
Мне не нужны темы с настройкой openssl, он настроен. Я не знаю как выполнить команду "openssl genrsa -out privkey.pem 1024", если я под Windows.
Быстрый ответ:

 Графические смайлики |  Показывать подпись
Здесь расположена полная версия этой страницы.
Invision Power Board © 2001-2024 Invision Power Services, Inc.