Skip to content

Commit

Permalink
Merge pull request #861 from zelgerj/1.0
Browse files Browse the repository at this point in the history
fixed weak digest_alg on cert generation
  • Loading branch information
zelgerj committed Jul 3, 2015
2 parents cb84488 + 604148a commit b6adb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppserverIo/Appserver/Core/Api/ContainerService.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function createSslCertificate(\SplFileInfo $certificate)
default: // on all other use a standard configuration

$configargs = array(
'digest_alg' => 'md5',
'digest_alg' => 'sha256',
'x509_extensions' => 'v3_ca',
'req_extensions' => 'v3_req',
'private_key_bits' => 2048,
Expand Down

0 comments on commit b6adb2b

Please sign in to comment.