put DN in double quotes

This commit is contained in:
Andreas Steffen 2008-03-31 21:08:56 +00:00
parent a92ea0ccb3
commit aaa7643b73
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ static void list(private_stroke_ca_t *this, stroke_msg_t *msg, FILE *out)
first = FALSE;
}
fprintf(out, "\n");
fprintf(out, " authname: %D\n", cert->get_subject(cert));
fprintf(out, " authname: \"%D\"\n", cert->get_subject(cert));
/* list authkey and keyid */
if (public)