Sławek Koszewski slawek
  • Joined on 2023-10-09
slawek created branch dev in slawek/lab-ca 2025-07-28 13:48:41 +02:00
slawek pushed to dev at slawek/lab-ca 2025-07-28 13:48:41 +02:00
a8308e0f4f Moved global flag variables to the global scope. Refactored some functions interfaces and removed passing global flags.
slawek pushed tag v0.2.1 to slawek/lab-ca 2025-07-28 12:27:53 +02:00
slawek pushed to main at slawek/lab-ca 2025-07-28 11:54:51 +02:00
911d33deb2 A fix to module name.
slawek released Provisioning and CRL functionality at slawek/lab-ca 2025-07-28 10:55:09 +02:00
slawek pushed to main at slawek/lab-ca 2025-07-28 10:49:51 +02:00
8b103f4c0f Updated documentation.
0e86c49965 Mostly implemented issue and provision commands. Restructured AI generateed code.
9696f95043 Few manual optimizations and corrections of AI generated code.
6c5842826e Added certificate revocation and CRL generation code.
bd9547ff70 Simplified template rendering.
Compare 9 commits »
slawek pushed tag v0.2 to slawek/lab-ca 2025-07-28 10:46:52 +02:00
slawek released Initial release at slawek/lab-ca 2025-07-27 18:16:25 +02:00
slawek pushed to main at slawek/lab-ca 2025-07-27 18:12:27 +02:00
6e427acb18 Validated grammar in the README.md file.
slawek pushed tag v0.1 to slawek/lab-ca 2025-07-27 18:11:44 +02:00
slawek pushed tag v0.1 to slawek/lab-ca 2025-07-27 18:08:36 +02:00
slawek pushed to main at slawek/lab-ca 2025-07-27 18:07:59 +02:00
0ea990fdbb Removed MacOS Finder metadata file, added it to .gitignore, cleaned main.go.
slawek pushed to main at slawek/lab-ca 2025-07-27 18:05:28 +02:00
5434867c49 Implemented basic functionality.
slawek pushed to main at slawek/lab-ca 2025-07-27 14:55:49 +02:00
ed366e4603 Add validity parsing and default handling for CA configuration
slawek pushed to main at slawek/lab-ca 2025-07-27 14:44:09 +02:00
859f3606b1 Renamed struct types.
slawek pushed to main at slawek/lab-ca 2025-07-27 14:25:46 +02:00
82142d70de Moved the rest of CA related code.
slawek pushed to main at slawek/lab-ca 2025-07-27 13:48:56 +02:00
a8946bfb10 Separated CA code to a separate Go source file - ca.go.
slawek pushed to main at slawek/lab-ca 2025-07-27 12:49:07 +02:00
9d06b4478c Added a simple issue subcommand prototype.
slawek pushed to main at slawek/lab-ca 2025-07-27 12:37:18 +02:00
544770cc3e Migrated command line commands and flags handling to cobra framework.
slawek pushed to main at slawek/lab-ca 2025-07-27 11:56:04 +02:00
d9af118c45 Refactor SavePEM to inline file mode logic and remove unused FileMode function