Różnice między wybraną wersją a wersją aktualną.
| certyfikat_ssl_do_iis [2013/03/26 16:06] – utworzono kamil | certyfikat_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 " | ||
| - | |||
| - | < | ||
| - | cd / | ||
| - | ./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 ./ | ||
| - | </ | ||