Revision c0948c6c
Added by Renato Botelho about 15 years ago
usr/local/www/services_captiveportal.php | ||
---|---|---|
628 | 628 |
<td valign="top" class="vncell"><?=gettext("HTTPS server name"); ?> </td> |
629 | 629 |
<td class="vtable"> |
630 | 630 |
<input name="httpsname" type="text" class="formfld unknown" id="httpsname" size="30" value="<?=htmlspecialchars($pconfig['httpsname']);?>"><br> |
631 |
<?=printf(gettext("This name will be used in the form action for the HTTPS POST and should match the Common Name (CN) in your certificate (otherwise, the client browser will most likely display a security warning). Make sure captive portal clients can resolve this name in DNS and verify on the client that the IP resolves to the correct interface IP on %s."), $g['product_name']);?> </td>
|
|
631 |
<?=printf(gettext("This name will be used in the form action for the HTTPS POST and should match the Common Name (CN) in your certificate (otherwise, the client browser will most likely display a security warning). Make sure captive portal clients can resolve this name in DNS and verify on the client that the IP resolves to the correct interface IP on %s."), $g['product_name']);?> </td> |
|
632 | 632 |
</tr> |
633 | 633 |
<tr> |
634 | 634 |
<td valign="top" class="vncell"><?=gettext("HTTPS certificate"); ?></td> |
Also available in: Unified diff
Just fix some space and tab problems