]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
certtool: don't warn when 'uri' is specified on template
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 23 Feb 2017 08:39:28 +0000 (09:39 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 23 Feb 2017 08:40:05 +0000 (09:40 +0100)
Reported at:
https://bugzilla.redhat.com/show_bug.cgi?id=1425884

Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
src/certtool-cfg.c

index 90a0ac59fac9160fec4a70677e7769e7f2981016..ae271e10b1c3a5a8a3672aeadc6552759d563e49 100644 (file)
@@ -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 },