Thursday, February 16, 2017

Temporary Web Server with Python and .csr file openssl generate

ייצור קבצי .csr ו - .key ל - mod_ssl על ידי openssl

openssl req -new -newkey rsa:2048 -nodes -out example.csr -keyout example.key -subj "/C=il/ST=Address/L=City/O=Organization/CN=example.co.il"

הרצת שרת web server זמני בספריה נוכחית באמצעות python:

python -m SimpleHTTPServer 80
 

No comments:

Post a Comment