SpecialistOff.NET / Вопросы / Статьи / Фрагменты кода / Резюме / Метки / Помощь / Файлы
Список вопросов ПечатьRemiZOffAlex Создано: 2017-02-17 15:17:34.436047 Обновлено: 2017-02-17 15:17:34.436047 |
---|
Просмотр$ openssl x509 -noout -text -in server.crt $ openssl rsa -noout -text -in server.key Проверка$ openssl x509 -noout -modulus -in server.crt | openssl md5 $ openssl rsa -noout -modulus -in server.key | openssl md5 Проверка цепочки$ openssl verify -CAfile ./root.crt ./inter_1.crt ./inter_1.crt: OK |