Test: check openssl 3.3.0 for x509 v1
This commit is contained in:
parent
e2140aed10
commit
8098fb031f
48 changed files with 144 additions and 6 deletions
|
|
@ -18,6 +18,9 @@ nacmfile=$dir/nacmfile
|
|||
|
||||
# Define default restconfig config: RESTCONFIG
|
||||
RESTCONFIG=$(restconf_config user false)
|
||||
if [ $? -ne 0 ]; then
|
||||
err1 "Error when generating certs"
|
||||
fi
|
||||
|
||||
# Note filter out example_backend_nacm.so in CLICON_BACKEND_REGEXP below
|
||||
cat <<EOF > $cfg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue