1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-02-21 19:48:05 +01:00
Werner Koch 28c157b55c Support X.509 certificate creation.
Using "gpgsm --genkey" allows the creation of a self-signed
certificate via a new prompt.

Using "gpgsm --genkey --batch" should allow the creation of arbitrary
certificates controlled by a parameter file.  An example parameter file
is

    Key-Type: RSA
    Key-Length: 1024
    Key-Grip: 2C50DC6101C10C9C643E315FE3EADCCBC24F4BEA
    Key-Usage: sign, encrypt
    Serial: random
    Name-DN: CN=some test key
    Name-Email: foo@example.org
    Name-Email: bar@exmaple.org
    Hash-Algo: SHA384
    not-after: 2038-01-16 12:44

This creates a self-signed X.509 certificate using the key given by
the keygrip and using SHA-384 as hash algorithm.  The keyword
signing-key can be used to sign the certificate with a different key.
See sm/certreggen.c for details.
2011-03-01 14:42:56 +01:00
..
2008-06-25 11:14:48 +00:00
sm/
2006-11-14 10:23:21 +00:00
2008-06-25 11:14:48 +00:00
2010-06-10 10:39:44 +00:00
2011-03-01 14:42:56 +01:00
2010-08-16 11:03:43 +00:00
FAQ
2010-10-05 13:56:25 +00:00
2010-11-16 10:38:13 +00:00
2003-01-09 13:24:01 +00:00
2009-07-22 13:33:46 +00:00
2010-06-10 10:39:44 +00:00
2007-07-04 19:49:40 +00:00
2007-03-08 18:31:56 +00:00
2007-03-08 18:31:56 +00:00
2007-03-08 18:31:56 +00:00
2010-12-02 14:10:44 +00:00
2010-10-08 11:11:08 +00:00
2009-05-06 10:57:10 +00:00
2007-07-04 19:49:40 +00:00
2006-09-13 15:57:30 +00:00
2007-05-08 13:59:41 +00:00
2010-06-10 10:39:44 +00:00
2006-08-21 20:20:23 +00:00
2010-10-05 13:56:25 +00:00
2006-08-21 20:20:23 +00:00
2008-06-25 11:14:48 +00:00
2006-08-21 20:20:23 +00:00
2009-12-03 18:04:40 +00:00
2009-07-22 13:33:46 +00:00
2006-09-20 11:01:49 +00:00
2008-04-03 09:58:28 +00:00
2006-12-06 16:38:34 +00:00
2008-09-03 09:37:32 +00:00