Skip to content

Commit

Permalink
Fixed wrong exponate set for new certificates.
Browse files Browse the repository at this point in the history
  • Loading branch information
deiu committed May 21, 2012
1 parent 532cb32 commit a7ac2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile.php
Expand Up @@ -228,7 +228,7 @@
$cert->add('cert:exponent', array( $cert->add('cert:exponent', array(
'type' => 'literal', 'type' => 'literal',
'datatype' => 'http://www.w3.org/2001/XMLSchema#int', 'datatype' => 'http://www.w3.org/2001/XMLSchema#int',
'value' => '65337') 'value' => '65537')
); );
$me->add('cert:key', $cert); $me->add('cert:key', $cert);


Expand Down

0 comments on commit a7ac2a1

Please sign in to comment.