Skip to content

Commit

Permalink
Merge pull request #98 from philpennock/patch-1
Browse files Browse the repository at this point in the history
Fix RFC digital signature section link
  • Loading branch information
EdOverflow authored May 28, 2024
2 parents 46425fe + b8d3865 commit c8c9009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ <h1 class="title">Step 1</h1>
<section class="section">
<div class="container">
<h1 class="title" id="step-two">Step 2</h1>
<p>You are ready to go! Publish your security.txt file. If you want to give security researchers confidence that your security.txt file is authentic, and not planted by an attacker, consider <a target="_blank" rel="noopener" href="https://www.rfc-editor.org/rfc/rfc9116#section-3.3">digitally signing</a> the file with an OpenPGP cleartext signature.</p>
<p>You are ready to go! Publish your security.txt file. If you want to give security researchers confidence that your security.txt file is authentic, and not planted by an attacker, consider <a target="_blank" rel="noopener" href="https://www.rfc-editor.org/rfc/rfc9116#section-2.3">digitally signing</a> the file with an OpenPGP cleartext signature.</p>
<div class="field">
<div class="control">
<textarea id="text-to-copy" class="textarea" readonly></textarea>
Expand Down

0 comments on commit c8c9009

Please sign in to comment.