From e6badc35efdc6078ca30edb0ee5e059f8da7a305 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 23 Feb 2017 09:39:28 +0100 Subject: 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 --- src/certtool-cfg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 }, -- cgit v1.2.1