45 Commits

Author SHA1 Message Date
slawek 27461a0fbe feat: Add DNS server support for VPN configuration in mobileconfig generation 2026-05-25 09:16:39 +02:00
slawek c537ae5dd7 feat: Add support for user certificates and enhance SAN handling in makeCert function
/ test-go (push) Successful in 38s
2026-05-25 06:04:59 +02:00
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 4845aae7f5 feat: Add separate CI workflows for Go, Python, and shell tests; remove legacy test workflow 2026-05-24 21:55:33 +02:00
slawek 2da0c7428d docs: Update README to enhance clarity on CA management tools and usage examples 2026-05-24 21:45:47 +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 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 0d61919162 refactor: Remove Bash test job from CI workflow
/ test-python (push) Successful in 22s
/ test-go (push) Successful in 9m48s
2026-05-24 14:41:01 +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 93fc382f9a feat: Implement JSON configuration loading and saving for CA settings
/ test-bash (push) Successful in 13s
/ test-python (push) Successful in 58s
/ test-go (push) Successful in 9m36s
2026-05-24 13:13:39 +02:00
slawek 215bd25fc7 fix: Update OpenSSL path to absolute for consistency across environments
/ test-bash (push) Successful in 14s
/ test-python (push) Successful in 15s
/ test-go (push) Successful in 9m38s
2026-05-24 12:52:44 +02:00
slawek e342c4ced7 feat: Add generate-mobileconfig.py script for creating Apple mobileconfig profiles
/ test-bash (push) Successful in 13s
/ test-python (push) Successful in 48s
/ test-go (push) Successful in 10m9s
2026-05-24 12:50:03 +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 1cae1a87da Enhance argument parsing in CA commands with detailed help messages and default values
/ test-bash (push) Successful in 12s
/ test-python (push) Failing after 8s
/ test-go (push) Failing after 13m44s
2026-05-10 18:02:00 +02:00
slawek 2fb1e96c68 Update .gitignore to exclude AI Agent instruction files 2026-05-10 17:22:32 +02:00
slawek b2295ee080 Update README.md 2026-05-07 15:27:39 +02:00
slawek 6bae5b0630 Add Go port documentation and usage instructions to README 2026-04-25 00:02:42 +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 e71b71ac49 Added Go convertion. 2026-04-24 23:40:43 +02:00
slawek 938bcfd05d Update: enhance .gitignore to include Python and Go build outputs 2026-04-24 23:39:27 +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 c29537c9e6 Added a convertion of Bash script to Python. 2026-04-24 23:02:57 +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 41106aab29 Update: modify workflow trigger to run tests on specific file changes 2026-03-05 06:36:32 +01:00
slawek 83bd2db52c Update: add README content. 2026-03-05 06:33:51 +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
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 47059ec39c Simplify test execution by removing redundant chmod command in workflow
/ test (push) Successful in 14s
2026-03-05 05:45:29 +01:00
slawek 02a3236492 Add test workflow badge to README
/ test (push) Successful in 10s
2026-03-04 22:17:12 +01:00
slawek 48389c00d1 Remove redundant '-quiet' option from OpenSSL commands in CA and server certificate generation
/ test (push) Successful in 15s
2026-03-04 22:15:13 +01:00
slawek 8dd11dcacb Add GitHub Actions workflow for automated testing
/ test (push) Failing after 10s
2026-03-04 22:11:16 +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 75b0e26e63 Add 'tests' directory to .gitignore 2026-03-04 08:01:01 +01:00
slawek 48c1dcc79b Added a test suite. 2026-03-04 06:02:17 +01:00
slawek 9e8c8d4edb Initialized the repository. 2026-03-04 05:41:01 +01:00