ייצור קבצי .csr ו - .key ל - mod_ssl על ידי openssl
הרצת שרת web server זמני בספריה נוכחית באמצעות python:
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"
python -m SimpleHTTPServer 80
No comments:
Post a Comment