chelkaz
@chelkaz

OPENSSL в centos 7 не работает команда?

Делаю по докам: https://www.wosign.com/english/support/CSRgen/Apac...
Ввожу соманду # openssl genrsa –des3 –out site.ru.key 1024
А мне выдает:
# openssl genrsa –des3 –out site.ru.key 1024
usage: genrsa [args] [numbits]
 -des            encrypt the generated key with DES in cbc mode
 -des3           encrypt the generated key with DES in ede cbc mode (168 bit key)
 -idea           encrypt the generated key with IDEA in cbc mode
 -seed
                 encrypt PEM output with cbc seed
 -aes128, -aes192, -aes256
                 encrypt PEM output with cbc aes
 -camellia128, -camellia192, -camellia256
                 encrypt PEM output with cbc camellia
 -out file       output the key to 'file
 -passout arg    output file pass phrase source
 -f4             use F4 (0x10001) for the E value
 -3              use 3 for the E value
 -engine e       use engine e, possibly a hardware device.
 -rand file:file:...
                 load the file (or the files in the directory) into
                 the random number generator
  • Вопрос задан
  • 235 просмотров
Пригласить эксперта
Ответы на вопрос 1
@alegzz
потому что нужно так:
openssl genrsa –des3 –out site.ru.key 1024
Ответ написан
Комментировать
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы