Commit Graph

15 Commits

Author SHA1 Message Date
slawek ad6af575dc feat: Enhance certificate generation with user type support and additional SANs
/ test-shell (push) Successful in 17s
2026-05-25 06:02:02 +02:00
slawek e8b5241a54 refactor: Remove redundant function keywords in simple-ca.sh
/ test-shell (push) Successful in 10s
2026-05-24 21:55:40 +02:00
slawek 935167ca8c Refactor simple-ca: Remove JSON config and streamline AIA URL handling
/ test-shell (push) Successful in 11s
/ test-python (push) Successful in 25s
/ test-go (push) Successful in 41s
- Removed the JSON configuration structure and related functions.
- Introduced plain text file for AIA base URL management.
- Updated CA and certificate creation functions to directly read/write AIA URL.
- Simplified CA bundle rebuilding logic by directly reading subdirectories.
- Enhanced test coverage for CA and certificate creation, including PFX generation.
- Adjusted test cases to reflect changes in directory structure and file handling.
2026-05-24 21:40:06 +02:00
slawek 04d8dab9bc feat: Add integration tests for simple-ca functionality and implement shell script for CA operations
/ test-shell (push) Successful in 17s
/ test-python (push) Successful in 23s
2026-05-24 21:04:00 +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 87e3933f0c feat: Update all commands to use --ca-dir flag instead of positional argument.
/ test-bash (push) Waiting to run
/ test-python (push) Failing after 44s
/ test-go (push) Has been cancelled
2026-05-10 18:32: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 ba11980e88 Update: add keyUsage extension to CA and certificate generation
/ test (push) Successful in 11s
2026-04-08 22:51:49 +02:00
slawek 8bb0c62486 Update: add validation for CA name in make_ca function
/ test (push) Successful in 12s
2026-03-14 16:44:38 +01:00
slawek 677e9add5b Update: add AIA URL support in make_ca and make_cert functions
/ test (push) Successful in 13s
2026-03-05 07:14:37 +01: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 b47d307d88 Update: removed unnecessary path length parameter.
/ test (push) Failing after 5s
2026-03-05 06:13:09 +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