Update setup messages

This commit is contained in:
John Crisp
2021-03-08 18:34:29 +01:00
parent e4c313c13a
commit 496a489579

View File

@@ -692,7 +692,7 @@ EOS;
# #
# Create a new self-signed CA certificate in PEM format. # Create a new self-signed CA certificate in PEM format.
# #
print '<strong>Creating root certificate...</strong><br>'; print '<strong>Creating root certificate... '. $keysize .' bits</strong><br>';
flush(); flush();
$configOpenssl_cnf = $config['openssl_cnf']; $configOpenssl_cnf = $config['openssl_cnf'];
@@ -949,7 +949,10 @@ E-mail: <a href=mailto:someone@somewhere.com>someone@somewhere.com</a>&nbsp;&nbs
<tr> <tr>
<th colspan=2><h3>Root Certificate Data</h3></th> <th colspan=2><h3>Root Certificate Data</h3></th>
</tr> </tr>
<tr>
<td/><h4><font color=red>* Required field</font></h4></td>
<td>&nbsp;</td>
</tr>
<tr> <tr>
<td width=35%><strong>Organization</strong> <font color=red>*</font></td> <td width=35%><strong>Organization</strong> <font color=red>*</font></td>
<td><input type=text name=organization value="<?php echo htvar($organization)?>" maxlength=60 size=50></td> <td><input type=text name=organization value="<?php echo htvar($organization)?>" maxlength=60 size=50></td>
@@ -1218,12 +1221,20 @@ E-mail: <a href=mailto:someone@somewhere.com>someone@somewhere.com</a>&nbsp;&nbs
</td> </td>
</tr> </tr>
</table> </table>
<font color=red>* Required field</font>
<font color=red>* Required field</font>
<p><center><font color=red>Please click the Submit button ONCE and be patient.</font><br />
This may take a few minutes. Please do not interrupt the process.....</center>
</p>
<p><center><font color=red>Please click the Submit button ONCE and be patient.</font><br />
This may take a few minutes. Please do not interrupt the process.....</center>
</p>
<p> <p>
<center><input type=submit name=submit value=Submit></center></td> <center><input style="border: 1px solid red; padding: 10px;" type=submit name=submit value=Submit></center>
<input type=hidden name=stage value='validate'> <input type=hidden name=stage value='validate'>
</form> </form>
</p>
<?php <?php
printFooter(); printFooter();