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
|
# 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
|
set -e
|
||||||
|
|
||||||
# Load the certificate functions
|
# 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() {
|
function clean_up_test_dir() {
|
||||||
if [[ -d "$CERT_DIR" ]]; then
|
if [[ -d "$CERT_DIR" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user