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
 

Setting program_name in mysql session_connect_attrs allows you to see the name of the program connected

I am using mysql for quite some time now. I have noticed that looking at client connections using mysql workbench so an interesting column ...