Архив за день: 31 мая 2020

Конвертация pfx сертификата в pem

Conversion to a combined PEM file To convert a PFX file to a PEM file that contains both the certificate and private key, the following command needs to be used:# openssl pkcs12 -in filename.pfx -out cert.pem -nodes Conversion to separate … Читать далее

Рубрика: Apache, Новости, Общее | Оставить комментарий