Windows xp 32bit çalıştırıyorum
Opensl'yi aşağıdaki URL'den indirdim ve yükledim. http://www.slproweb.com/products/Win32OpenSSL.html
ve sonra aşağıdaki komutu kullanarak kendinden imzalı bir sertifika oluşturmaya çalıştım
openssl req -x509 -days 365 -newkey rsa:1024 -keyout hostkey.pem -nodes -out hostcert.pem
sonra şu hatayı vermeye başladı
/Usr/local/ssl/openssl.cnf adresinden yapılandırma bilgisi yüklenemiyor
Sonra bir süre googling yaptıktan sonra yukarıdaki komutu şu şekilde değiştirdim:
openssl req -config C:\OpenSSL\bin\openssl.conf -x509 -days 365 -newkey rsa:1024 -keyout hostkey.pem -nodes -out hostcert.pem
Ama şimdi komut isteminde aşağıdaki hatayı alıyorum
C: \ OpenSSL \ bin \ openssl.conf
4220'nin -1 satırındaki hata : hata: 02001002: sistem kitaplığı: fopen: Böyle bir dosya veya dizin yok:. \ crypto \ bio \ bss_file.c: 126: fopen ('C: \ OpenSSL \ bin \ openssl.conf ',' rb ') 4220: hata: 2006D080: BIO rutinleri: BIO_new_file: böyle bir dosya yok:. \ Crypto \ bio \ bss_file.c: 129:
4220: hata: 0E078072: yapılandırma dosyası yordamları : DEF_LOAD: böyle bir dosya yok:. \ Crypto \ conf \ conf_def.c: 197:
Lütfen yardım et. Şimdiden teşekkürler.