Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pippijn committed Sep 19, 2013
1 parent 7d35d82 commit 7c4a84e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/irc/connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Pidgin, Empathy and other libpurple based clients store the CA certificates in
a common place.

Our Xinutec [CA certificate](ca.crt) should be saved in the global CA store.
Save it as `Xinutec\_CA.pem` under `/usr/share/purple/ca-certs` (or
Save it as `Xinutec_CA.pem` under `/usr/share/purple/ca-certs` (or
`/usr/local/share/purple/ca-certs` as appropriate). Under Windows, save it
under `C:\Program Files\Pidgin\ca-certs` (or `C:\Program Files
(x86)\Pidgin\ca-certs` as appropriate).
Expand Down
12 changes: 6 additions & 6 deletions home/irc/connect.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h2>Connecting to IRC
</p> <p>Our Xinutec
<a href="ca.crt">CA certificate</a> should be saved in the global CA store.
Save it as
<code>Xinutec\_CA.pem</code> under
<code>Xinutec_CA.pem</code> under
<code>/usr/share/purple/ca-certs</code> (or

<code>/usr/local/share/purple/ca-certs</code> as appropriate). Under Windows, save it
Expand All @@ -107,7 +107,7 @@ <h2>Connecting to IRC
</h3> <p>Refer to the above section about purple clients for the CA certificate.
</p> <p>Next, add the IRC server to your client:
</p> <p>
<img src="pidgin/step1.png" alt="Manage Accounts" />
<img alt="Manage Accounts" src="pidgin/step1.png" />

</p> <p>Click "Add" in the "Manage Accounts" dialog and enter the following
information in the Basic tab:
Expand All @@ -117,17 +117,17 @@ <h2>Connecting to IRC
</p> <p>Now, we need to tell Pidgin that we want to have an encrypted connection. Make
sure you change the port number to 6697 and check the SSL checkbox.
</p> <p>
<img src="pidgin/step3.png" alt="SSL Settings" />
<img alt="SSL Settings" src="pidgin/step3.png" />

</p> <p>If you get the following message box, the installation of our CA certificate
went wrong.
</p> <p>
<img alt="Invalid Certificate" src="pidgin/step4.png" />
<img src="pidgin/step4.png" alt="Invalid Certificate" />

</p> <p>In that case, click "View Certificate", which will bring this information
window:
</p> <p>
<img src="pidgin/step5.png" alt="Invalid Certificate" />
<img alt="Invalid Certificate" src="pidgin/step5.png" />

</p> <p>Copy the information and then click OK and accept and contact a staff member
to help solve the problem.
Expand All @@ -136,7 +136,7 @@ <h2>Connecting to IRC

<div id="footer">
<div id="copyright"><a href="/home/contact">Copyright &copy; 2007-2013 Pippijn van Steenhoven</a></div>
<div id="updated">Last updated Fri Sep 13 05:09:25 MEST 2013</div>
<div id="updated">Last updated Thu Sep 19 18:39:23 MEST 2013</div>
</div>
</body>
</html>

0 comments on commit 7c4a84e

Please sign in to comment.