File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -643,7 +643,7 @@ ${opts:-
643
643
644
644
# default help
645
645
default_overview() {
646
- information "
646
+ print "
647
647
Easy-RSA 3 Overview:
648
648
649
649
To get a list of available options and commands, use:
@@ -667,7 +667,7 @@ Invalid vars setting for EASYRSA and/or EASYRSA_PKI${NL}"
667
667
fi
668
668
669
669
# Print details
670
- information "
670
+ print "
671
671
DIRECTORY STATUS (commands would take effect on these locations)
672
672
EASYRSA: $work_dir
673
673
PKI: $pki_dir
@@ -691,7 +691,14 @@ DIRECTORY STATUS (commands would take effect on these locations)
691
691
print "" # for a clean line
692
692
fi
693
693
else
694
- information " CA status: CA has not been built${NL}"
694
+ if [ -f "$EASYRSA_PKI"/peer-fp.mode ]; then
695
+ print "\
696
+ CA status: No CA, Peer-Fingerprint only PKI enabled${NL}"
697
+
698
+ else
699
+ print "\
700
+ CA status: CA has not been built${NL}"
701
+ fi
695
702
fi
696
703
697
704
# verbose info
You can’t perform that action at this time.
0 commit comments