diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2004-12-10 22:16:18 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2004-12-10 22:16:18 +0000 |
commit | 653c1217c160e081308a62d9b81b9898c6e5122c (patch) | |
tree | d287d97727d7205c7b74c4479c01d9eb834dfd0e /usr/local/www | |
parent | 37e900932f2f8424b0392c7b7e3869a0abffb55d (diff) | |
download | pfsense-653c1217c160e081308a62d9b81b9898c6e5122c.zip pfsense-653c1217c160e081308a62d9b81b9898c6e5122c.tar.gz |
Add automatic create certificate options to Captive Portal.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/services_captiveportal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php index 59ab3ec..5b94e11 100755 --- a/usr/local/www/services_captiveportal.php +++ b/usr/local/www/services_captiveportal.php @@ -313,7 +313,7 @@ to access after they've authenticated.</td> <td class="vtable"> <textarea name="cert" cols="65" rows="7" id="cert" class="formpre"><?=htmlspecialchars($pconfig['cert']);?></textarea> <br> - Paste a signed certificate in X.509 PEM format here.</td> + Paste a signed certificate in X.509 PEM format here. <A target="_new" HREF='system_advanced_create_certs.php'>Create</a> certificates automatically.</td> </tr> <tr> <td valign="top" class="vncell">HTTPS private key</td> |