Quantcast
Channel: How do I create 256 bit self-signed certificate key with OpenSSL? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by SSLWizard for How do I create 256 bit self-signed certificate key...

Common misunderstanding, SSL certificates don't dictate cipher strength a web site uses, the Web server SSL configuration does. There are two types of Certificates, signed with RSA or EC. If you want...

View Article



Answer by user3284653 for How do I create 256 bit self-signed certificate key...

CodesInChaos was right. I should have edited the configuration of the server. I added the SSLCipherSuite line in Apache config and it worked:SSLCipherSuite AES256-SHA

View Article

How do I create 256 bit self-signed certificate key with OpenSSL?

Take a look at PayPal (https://www.paypal.com/) security certificate.It says: Connection Encrypted: High-grade Encryption (TLS_RSA_WITH_AES_256_CBC_SHA, 256 bit keys).Now, how can I create my self...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images