PFX dosyasından Private Key ve Sertifika dosyalarını çıkarma

PFX dosyasından Private Key çıkarmak;

openssl pkcs12 -in dosya.pfx -nocerts -out private-key.pem -nodes

Enter Import Password:
PFX dosyasından Sertifika çıkarmak;

openssl pkcs12 -in dosya.pfx -nokeys -out certificate.crt


Enter Import Password:

No responses yet

Bir yanıt yazın

E-posta adresiniz yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir