Narzędzia użytkownika

Narzędzia witryny


certyfikat_ssl_do_iis

To jest stara wersja strony!


Certyfikat SSL do IIS

IIS jest tak wspaniałym serwisem https, że mając certyfikat w „standardowej” formie – key i crt to IIS potrzebuje sobie zaimportować z formatu pfx:

cd /usr/lib/openssl
./CA.pl -newreq-nodes
./CA.pl -newca
./CA.pl -sign
openssl req -new > new.cert.csr
openssl rsa -in privkey.pem -out new.cert.key
openssl x509 -in new.cert.csr -out new.cert.cert -req -signkey new.cert.key -days 365
openssl pkcs12 -export -out DigiCertBackup.pfx -inkey new.cert.key -in new.cert.cert -certfile ./privkey.pem
certyfikat_ssl_do_iis.1364310375.txt.gz · ostatnio zmienione: 2018/07/16 11:47 (edycja zewnętrzna)