Skip to content

Commit 262b71b

Browse files
committed
Fix some typos on the downloads page (fix some 404s).
1 parent d084af6 commit 262b71b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

domains/misc/badssl.com/download/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ <h2>Installation Instructions</h2>
4545
<div class="group">
4646
<ul>
4747
<li>
48-
macOS: drag <code><a href="/certs/client.p12">client.p12</a></code> into Keychain Access.
48+
macOS: drag <code><a href="/certs/{{ site.domain }}-client.p12">{{ site.domain }}-client.p12</a></code> into Keychain Access.
4949
</li>
5050
<li>
51-
Firefox: import <code><a href="/certs/client.p12">client.p12</a></code> into the Your Certificates
51+
Firefox: import <code><a href="/certs/{{ site.domain }}-client.p12">{{ site.domain }}-client.p12</a></code> into the Your Certificates
5252
section of the Certificate Manager.
5353
</li>
5454
<li>
55-
YubiKeys: import <code><a href="/certs/client.pem">client.pem</a></code> using the following command:<br><br>
55+
YubiKeys: import <code><a href="/certs/{{ site.domain }}-client.pem">{{ site.domain }}-client.pem</a></code> using the following command:<br><br>
5656
<code>yubico-piv-tool -a verify-pin -s 9a -a import-key -a import-cert -i {{ site.domain }}-client.pem</code>
5757
</li>
5858
</ul>

0 commit comments

Comments
 (0)