summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-02-23 09:39:28 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-02-23 09:40:05 +0100
commite6badc35efdc6078ca30edb0ee5e059f8da7a305 (patch)
tree086770e89de0bc7e45f487d51a215001bae114c7
parent94501fcc4314fa70af50eff8f4fe79b5de01970b (diff)
downloadgnutls-e6badc35efdc6078ca30edb0ee5e059f8da7a305.tar.gz
certtool: don't warn when 'uri' is specified on template
Reported at: https://bugzilla.redhat.com/show_bug.cgi?id=1425884 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--src/certtool-cfg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/certtool-cfg.c b/src/certtool-cfg.c
index 90a0ac59fa..ae271e10b1 100644
--- a/src/certtool-cfg.c
+++ b/src/certtool-cfg.c
@@ -103,6 +103,7 @@ static struct cfg_options available_options[] = {
{ .name = "add_extension", .type = OPTION_MULTI_LINE },
{ .name = "add_critical_extension", .type = OPTION_MULTI_LINE },
{ .name = "crl_dist_points", .type = OPTION_MULTI_LINE },
+ { .name = "uri", .type = OPTION_MULTI_LINE },
{ .name = "ocsp_uri", .type = OPTION_MULTI_LINE },
{ .name = "ca_issuers_uri", .type = OPTION_MULTI_LINE },
{ .name = "locality", .type = OPTION_STRING },