Commit Graph

13 Commits

Author SHA1 Message Date
slawek cb858a96b1 Remove simple-ca module and its associated files
/ test-python (push) Successful in 49s
/ test-go (push) Failing after 4m44s
- Deleted go.mod and go.sum files for the simple-ca module.
- Removed main.go file containing the implementation of the simple-ca tool.
2026-05-24 16:47:43 +02:00
slawek 16c228d2b1 Refactor CA management and certificate generation
/ test-bash (push) Failing after 3s
/ test-python (push) Successful in 18s
/ test-go (push) Successful in 9m50s
- Removed the legacy simple-ca.sh script, consolidating functionality into Go code.
- Introduced a JSON configuration file (simple-ca.json) to manage CA settings, including validity periods and AIA base URLs.
- Enhanced the makeCA function to utilize configuration values for CA creation and AIA URL management.
- Updated makeCert and makePFX functions to support configuration-driven behavior.
- Improved error handling and user feedback throughout the CA and certificate generation processes.
- Added support for using Apple's OpenSSL for PKCS#12 file generation.
2026-05-24 14:39:47 +02:00
slawek b28354e41c feat: Update tests and further streamline Bash version with Pyton and Go.
/ test-bash (push) Successful in 24s
/ test-python (push) Successful in 1m12s
/ test-go (push) Successful in 10m3s
2026-05-10 18:39:34 +02:00
slawek 0cdf249942 Update: enhance CI workflow to include Python and Go tests
/ test-bash (push) Successful in 20s
/ test-python (push) Successful in 48s
/ test-go (push) Successful in 10m14s
2026-04-24 23:46:47 +02:00
slawek c043410436 Update: replace hash symlink with CA bundle for certificate verification
/ test (push) Successful in 17s
2026-04-24 23:25:44 +02:00
slawek fe208451b3 Update: remove path length parameter from make_ca function and set it to 1 in certificate generation
/ test (push) Successful in 12s
2026-03-05 06:20:14 +01:00
slawek c90199b137 Refactor: rename make_server_cert to make_cert for consistency
/ test (push) Successful in 15s
2026-03-05 06:07:42 +01:00
slawek 19abc40101 Update: rename cert-functions.sh to simple-ca.sh. Fix badge link.
/ test (push) Successful in 10s
2026-03-05 06:03:39 +01:00
slawek 84615fdab8 Add MIT License to project files and update copyright information
/ test (push) Successful in 10s
2026-03-05 06:00:31 +01:00
slawek 9f71b0e815 Update make_pfx function. 2026-03-04 22:08:28 +01:00
slawek a6c0878eba Update: Fixes and updates to two-level CA handling. Updated tests. 2026-03-04 20:10:28 +01:00
slawek 79ac590ba6 Enhance CA functions and testing script with improved error handling and verification steps 2026-03-04 08:01:06 +01:00
slawek 48c1dcc79b Added a test suite. 2026-03-04 06:02:17 +01:00