From 7ccec6e7bcf42082b334d8501487ee190f82c5b2 Mon Sep 17 00:00:00 2001 From: Richard Bonhomme Date: Sat, 11 Jan 2020 03:14:04 +0000 Subject: [PATCH] Add easyrsa-unit-tests to gitignore Signed-off-by: Richard Bonhomme --- .gitignore | 2 ++ easyrsa3/easyrsa | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1148130..24b9c14 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ easyrsa3/pki +easyrsa3/unit-tests-temp +easyrsa-unit-tests.sh easyrsa3/vars dist-staging easyrsa3/safessl-easyrsa.cnf diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 0165a9a..e6e243d 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -947,7 +947,7 @@ Matching file found at: " fi } # => build_full() -#Create inline credentials file for this node +# Create inline credentials file for this node inline_creds () { [ -f "$EASYRSA_PKI/$EASYRSA_REQ_CN.creds" ] \