2004-11-18 23:21:15 +00:00
< ? /*
2008-04-06 19:45:09 +00:00
LibreSSL - CAcert web application
Copyright ( C ) 2004 - 2008 CAcert Inc .
2004-11-18 23:21:15 +00:00
2008-04-06 19:45:09 +00:00
This program is free software ; you can redistribute it and / or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation ; version 2 of the License .
2004-11-18 23:21:15 +00:00
2008-04-06 19:45:09 +00:00
This program is distributed in the hope that it will be useful ,
but WITHOUT ANY WARRANTY ; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
GNU General Public License for more details .
2004-11-18 23:21:15 +00:00
2008-04-06 19:45:09 +00:00
You should have received a copy of the GNU General Public License
along with this program ; if not , write to the Free Software
Foundation , Inc . , 51 Franklin Street , Fifth Floor , Boston , MA 02110 - 1301 USA
2006-08-16 00:00:01 +00:00
*/
include_once ( " ../includes/shutdown.php " );
?>
2009-04-27 17:34:04 +00:00
< p >< ? = _ ( " Paste your own public OpenPGP key below. It should not contain a picture. CAcert will sign your key after submission. " ) ?> </p>
2004-11-18 23:21:15 +00:00
< form method = " post " action = " gpg.php " >
2013-11-06 16:28:43 +00:00
< p >< ? = _ ( " Optional comment, only used in the certificate overview " ) ?> <br />
2013-07-17 08:19:05 +00:00
< input type = " text " name = " description " maxlength = " 80 " size = 80 /></ p >
< textarea name = " CSR " cols = " 80 " rows = " 15 " >< ? = array_key_exists ( 'CSR' , $_POST ) ? strip_tags ( $_POST [ 'CSR' ]) : " " ?> </textarea><br />
2013-09-06 15:21:06 +00:00
< p >< input type = " checkbox " name = " CCA " /> < strong >< ? = sprintf ( _ ( " I accept the CAcert Community Agreement (%s). " ), " <a href='/policy/CAcertCommunityAgreement.html'>CCA</a> " ) ?> </strong><br />
< ? = _ ( " Please Note: You need to accept the CCA to proceed. " ) ?> </p>
2013-07-17 08:19:05 +00:00
< input type = " submit " name = " process " value = " <?=_( " Submit " )?> " />
< input type = " hidden " name = " oldid " value = " <?= $id ?> " />
2004-11-18 23:21:15 +00:00
</ form >