Narzędzia użytkownika

Narzędzia witryny


certyfikat_ssl_do_iis

Różnice

Różnice między wybraną wersją a wersją aktualną.

Odnośnik do tego porównania

certyfikat_ssl_do_iis [2013/03/26 16:06] – utworzono kamilcertyfikat_ssl_do_iis [2013/11/22 14:12] (aktualna) – usunięto kamil
Linia 1: Linia 1:
-===== 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: 
- 
-<file> 
-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 
-</file> 
certyfikat_ssl_do_iis.1364310375.txt.gz · ostatnio zmienione: 2018/07/16 11:47 (edycja zewnętrzna)