From: Nikos Mavrogiannopoulos Date: Thu, 23 Feb 2017 08:39:28 +0000 (+0100) Subject: certtool: don't warn when 'uri' is specified on template X-Git-Tag: gnutls_3_6_0~959 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6badc35efdc6078ca30edb0ee5e059f8da7a305;p=thirdparty%2Fgnutls.git 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 --- 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 },