Project

General

Profile

« Previous | Next » 

Revision 3b4b9ff3

Added by Ermal LUÇI over 15 years ago

Default to 2048 bits.

View differences:

usr/local/www/system_usermanager.php
685 685
                                                        	<td width="78%" class="vtable">
686 686
                                                                	<select name='keylen' class="formselect">
687 687
                                                                <?php
688
									$cert_keylens = array( "512", "1024", "2048", "4096");
688
									$cert_keylens = array( "2048", "512", "1024", "4096");
689 689
                                                                        foreach( $cert_keylens as $len):
690 690
                                                                ?>
691 691
                                                                        <option value="<?=$len;?>"><?=$len;?></option>

Also available in: Unified diff