aboutsummaryrefslogtreecommitdiffstats
path: root/src/pki/commands/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pki/commands/print.c')
-rw-r--r--src/pki/commands/print.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pki/commands/print.c b/src/pki/commands/print.c
index 4dcc4718e..35fdaac95 100644
--- a/src/pki/commands/print.c
+++ b/src/pki/commands/print.c
@@ -105,6 +105,10 @@ static void print_x509(x509_t *x509)
{
printf("CA ");
}
+ if (flags & X509_CRL_SIGN)
+ {
+ printf("CRLSign ");
+ }
if (flags & X509_AA)
{
printf("AA ");