Export a public key to an X.509 certificate for importation elsewhere

This service is used to encase the public half of a public/private key PKDS record into an X.509 digital certificate so that it may be sent to another party. Then you may receive data from another party enciphered under the public key which you may recover using the same PKDS record.

Note:
  1. The key record specified must be a public or private key pair record and must support signing.
  2. The certificate's validity date range is hard coded to be July 1, 2005 - December 31, 2040 UTC.
  3. The certificate created will be self-signed and DER encoded (binary).