This commit is contained in:
parent
c0fa2d9054
commit
dc03e1d517
1 changed files with 1 additions and 1 deletions
|
@ -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")?>">
|
||||||
|
|
Loading…
Reference in a new issue