diff options
author | Rob Stradling <rob@comodo.com> | 2017-01-17 18:21:35 +0000 |
---|---|---|
committer | Rob Stradling <rob@comodo.com> | 2017-01-17 18:21:35 +0000 |
commit | f0c87b74015e0a2dd372eb9b04acccae2bade8ff (patch) | |
tree | 940fb2eb751f7a621f3af2ad587bf536ef4ec5ec | |
parent | 7108d74d9197b5a81980fd434a29bd20f2b9b515 (diff) | |
download | certwatch_db-f0c87b74015e0a2dd372eb9b04acccae2bade8ff.zip certwatch_db-f0c87b74015e0a2dd372eb9b04acccae2bade8ff.tar.gz certwatch_db-f0c87b74015e0a2dd372eb9b04acccae2bade8ff.tar.bz2 |
Use POST, not GET, to submit the gen-add-chain form.
-rw-r--r-- | web_apis.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web_apis.fnc b/web_apis.fnc index d719747..96cdfa2 100644 --- a/web_apis.fnc +++ b/web_apis.fnc @@ -948,7 +948,7 @@ BEGIN <BR><BR>1. Enter a base64 encoded certificate. <BR><BR>2. Press the button to generate JSON that you can then submit to a log''s /ct/v1/add-chain API. <BR>(crt.sh will discover the trust chain for you). -<BR><BR><FORM> +<BR><BR><FORM method="post"> <TEXTAREA name="b64cert" rows=25 cols=64></TEXTAREA> <BR><BR><INPUT type="submit" class="button" value="Generate JSON"> </FORM> |