# go through the prompt, just hit enter...
cat private.pem cert.pem > nick.pem
rm private.pem cert.pem
-# then get your fingerprint, copy this into your clipboard...
+# then get your <FINGERPRINT>, copy this into your clipboard...
openssl x509 -in nick.pem -outform DER | sha256sum -b | awk '{print $1}'
mv nick.pem ~/.cert/
</pre>
<p>Add that fingerprint like this:</p>
<pre>
-/msg nickserv cert add FINGERPRINT
+/msg nickserv cert add <FINGERPRINT>
</pre>
<p>For weechat, you may configure it like this, and in general these are the details you must supply:</p>
<pre>