Penguin
Note: You are viewing an old revision of this page. View the current version.

Part of the PGP/GPG PKI.

A CA which automatically signs public keys which match some requirement.

Typically RobotCAs are set up to validate that the a public key belonging to an email address does actually belong to the email address. This is achieved by the RobotCA signing each uid on the public key and sending the signed copy to the email address, encrypted with the public key. If the public key belongs to whoever reads the email address, they recieve the signed copy, can decrypt it and then publish it to the public KeyServers. If the public key does not belong to whoever reads the email address, they recieve are unable to decrypt the encrypted key, but the accompanying message gives them sufficient information to let them know that that someone is attempting to impersonate them.

RobotCAs are considered significantly less secure that other CAs, which typically require multiple forms of photograph identification. In particular they are only as strong as the underlying Mail infrastructure.

Currently there are two RobotCAs in widespread use:

  1. http://www.toehold.com/robotca/
  2. http://pgpkeys.telering.at/robotca/

(I've used both of these RobotCAs -- StuartYeates)