diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-01-31 15:33:53 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-01-31 15:33:53 +0000 |
commit | f44043db69d4765a4997456492c464703944bde9 (patch) | |
tree | ef60a395df4b5f6f9805f9d3b55ab7ecb748b9e4 /src/certtool.gaa | |
parent | 7600c614c2954e09f7c0050af9551ff33af1bb6d (diff) | |
download | gnutls-f44043db69d4765a4997456492c464703944bde9.tar.gz |
Support reading/generating proxy certificates in certtool.
Diffstat (limited to 'src/certtool.gaa')
-rw-r--r-- | src/certtool.gaa | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/certtool.gaa b/src/certtool.gaa index 5131c49e7b..7be5ab8fd4 100644 --- a/src/certtool.gaa +++ b/src/certtool.gaa @@ -19,6 +19,8 @@ option (s, generate-self-signed) { $action=0; } "Generate a self-signed certific option (c, generate-certificate) { $action=4; } "Generate a signed certificate." +option (generate-proxy) { $action=17; } "Generate a proxy certificate." + option (generate-crl) { $action=13; } "Generate a CRL." option (u, update-certificate) { $action=7; } "Update a signed certificate." |