root 2009-04-27 17:33:22 +00:00
parent c0fa2d9054
commit dc03e1d517

View file

@ -17,7 +17,7 @@
*/ */
include_once("../includes/shutdown.php"); include_once("../includes/shutdown.php");
?> ?>
<p><?=_("Paste your OpenPGP key below...")?></p> <p><?=_("Paste your own public GPG key below. It should not contain a picture. CAcert will sign your key after submission.")?></p>
<form method="post" action="gpg.php"> <form method="post" action="gpg.php">
<textarea name="CSR" cols="80" rows="15"><?=array_key_exists('CSR',$_POST)?strip_tags($_POST['CSR']):""?></textarea><br> <textarea name="CSR" cols="80" rows="15"><?=array_key_exists('CSR',$_POST)?strip_tags($_POST['CSR']):""?></textarea><br>
<input type="submit" name="process" value="<?=_("Submit")?>"> <input type="submit" name="process" value="<?=_("Submit")?>">