Search
Version 1.46
Previous code to create a request was incorrect: openssl req -new -x509 -sha256 -key newkey.key -config ssl.conf -out new.csr changed to be: openssl req -new -nodes -sha256 -key newkey.key -config ssl.conf -out new.csr ------------- Also the 1024 bit key creation has been removed as an option. SKINS: user/ssl.html remove the <option>1024</option>