So, found out SHA-1 is being phased out in 2016 because
hackers. Here's how to move to the super-mega-secure Elliptical Curve
SSL key and a self signed cert with SHA-256 (Works in OpenSSL for
Windows/Linux):
1. openssl ecparam -out foo.key -name prime256v1 -genkeyStupid Windows Note: To make this a PFX file for Windows Servers (Or anything) use:
$ openssl pkcs12 -export -out domain.name.pfx -inkey domain.name.key -in domain.name.crt
No comments:
Post a Comment