selft signed certificate for AES128-GCM-SHA256 cipher
To generate self signed certificate for AES128-SHA256 cipher using openssl, following commands are used.
AES128-SHA256 cipher commands :-
openssl genrsa -aes128 -out 1.key 2048
openssl req -config csr.conf-new -key 1.key… Continue reading selft signed certificate for AES128-GCM-SHA256 cipher