mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Fix panel title for certificate option
This commit is contained in:
parent
72ae09461d
commit
20d2443468
1 changed files with 1 additions and 2 deletions
|
@ -37,9 +37,8 @@
|
|||
<div class="panel panel-default panel-collapse collapse in" id="PanelCerts" >
|
||||
<div class="panel-body">
|
||||
<div class="panel-heading">
|
||||
<h5 class="panel-title">Enter username and password</h5>
|
||||
</div>
|
||||
<h5 class="panel-title">Certificates in the configuration file</h5>
|
||||
</div>
|
||||
<p> RaspAP does not support the import of the required cerficates. Please paste them into the configuration file
|
||||
<ul>
|
||||
<li>Signing certification authority (CA) certificate (e.g. <code>ca.crt</code>): enclosed in <code><ca> ... </ca></code> tags </li>
|
||||
|
|
Loading…
Reference in a new issue