diff --git a/PGP/WhyDoISignEmails.html b/PGP/WhyDoISignEmails.html
index 36a11df..fb29492 100644
--- a/PGP/WhyDoISignEmails.html
+++ b/PGP/WhyDoISignEmails.html
@@ -4,12 +4,17 @@
But it doesn't prove anything, you can just leave offensive content unsigned.
True, I could do that. But I don't have habit of writing offensive text and saying that it doesn't come from me.
Your signature doesn't mean anything anyway, because you aren't part of any trust web.
-
-Some people at IRC lsign keys of each other, so I am in somekind of trustweb.
-The signature can still prove that the email hasn't been modified after sending.
-This can change in the future. My key doesn't have any signatures right now, because anyone else near here doesn't use PGP.
-
-Why you don't get signatures using CAcert?
+Actually, I am, but my key is only signed by bots (see below).
+You might have "import-minimal" or "import-clean" in your keyserver-options in your gpg.conf, so you don't see the signatures. If you don't have them, run
+
+gpg --keyserver pool.sks-keyservers.net --refresh-keys 0x4DB53CFE82A46728
+
+and signatures should appear.
+NOTE: My key contains information, that my preferred keyserver is pool.sks-keyservers.net, so it's used with --refresh-keys with my key even if you speify another keyserver. This isn't the case if you use very old version of my key.
+Why you don't get signatures from some bot certificate authority?
+
+I have got signature from PGP Global Directory, it wanted only to confirm my email addresses.
+
According to "Locate assurer" feature at CAcert, the nearest assurer is 110KM away from me.
Why did you mention CAcert?
https://wiki.cacert.org/PgpSigning
diff --git a/PGP/WhyDoISignEmails.html.md b/PGP/WhyDoISignEmails.html.md
index 9944996..16691c3 100644
--- a/PGP/WhyDoISignEmails.html.md
+++ b/PGP/WhyDoISignEmails.html.md
@@ -12,13 +12,23 @@ True, I could do that. But I don't have habit of writing offensive text and sayi
## Your signature doesn't mean anything anyway, because you aren't part of any trust web.
-1. Some people at IRC lsign keys of each other, so I am in somekind of trustweb.
+Actually, I am, but my key is only signed by bots (see below).
-2. The signature can still prove that the email hasn't been modified after sending.
+You might have "import-minimal" or "import-clean" in your keyserver-options in your gpg.conf, so you don't see the signatures. If you don't have them, run
-3. This can change in the future. My key doesn't have any signatures right now, because anyone else near here doesn't use PGP.
+> gpg --keyserver pool.sks-keyservers.net --refresh-keys 0x4DB53CFE82A46728
-### Why you don't get signatures using [CAcert]?
+and signatures should appear.
+
+*NOTE*: My key contains information, that my preferred keyserver is pool.sks-keyservers.net, so it's used with --refresh-keys with my key even if you speify another keyserver. This isn't the case if you use very old version of my key.
+
+### Why you don't get signatures from some bot certificate authority?
+
+#### [PGP Global Directory]
+
+I have got signature from [PGP Global Directory], it wanted only to confirm my email addresses.
+
+### [CAcert]
According to "Locate assurer" feature at [CAcert], the nearest assurer is
110KM away from me.
@@ -29,6 +39,8 @@ According to "Locate assurer" feature at [CAcert], the nearest assurer is
[CAcert]:https://cacert.org/
+[PGP Global Directory]:https://keyserver.pgp.com/vkd/GetWelcomeScreen.event
+
# Clearsigning/INLINE signing
## Why do you GPG clearsign your emails instead of using PGP/MIME or something less spammy?