Update: rename cert-functions.sh to simple-ca.sh. Fix badge link.
All checks were successful
/ test (push) Successful in 10s

This commit is contained in:
2026-03-05 06:03:39 +01:00
parent 84615fdab8
commit 19abc40101
3 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Simple CA # Simple CA
[![test](https://gitea.koszewscy.waw.pl/slawek/simple-ca/actions/workflows/test.yaml/badge.svg)](https://gitea.koszewscy.waw.pl/slawek/simple-ca/actions/workflows/test.yaml) [![test](https://gitea.koszewscy.waw.pl/slawek/simple-ca/actions/workflows/test.yaml/badge.svg)](https://gitea.koszewscy.waw.pl/slawek/simple-ca/actions?workflow=test.yaml)

View File

@@ -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