Update: rename cert-functions.sh to simple-ca.sh. Fix badge link.
All checks were successful
/ test (push) Successful in 10s
All checks were successful
/ test (push) Successful in 10s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Simple CA
|
||||
|
||||
[](https://gitea.koszewscy.waw.pl/slawek/simple-ca/actions/workflows/test.yaml)
|
||||
[](https://gitea.koszewscy.waw.pl/slawek/simple-ca/actions?workflow=test.yaml)
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
set -e
|
||||
|
||||
# Load the certificate functions
|
||||
source "$(dirname "$BASH_SOURCE[0]")/cert-functions.sh"
|
||||
source "$(dirname "$BASH_SOURCE[0]")/simple-ca.sh"
|
||||
|
||||
function clean_up_test_dir() {
|
||||
if [[ -d "$CERT_DIR" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user