Commit Graph

21 Commits

Author SHA1 Message Date
Matthew Lopez
6fc3580331
chore: set environment variables from option names 2024-06-05 16:24:37 -04:00
Matthew Lopez
9340afd844
chore: convert options to kebab-case 2024-06-05 16:06:49 -04:00
Matthew Lopez
8eba27505e
feat: implement command-line options 2024-06-04 20:31:12 -04:00
Matthew Lopez
90019871e2
chore: validate format option in validateOptions() 2024-06-04 16:32:57 -04:00
Matthew Lopez
80bedc5a33
chore: prefix environment variable names with SSSL 2024-06-04 16:30:00 -04:00
Matthew Lopez
ce04bbf7d7
chore: spread out file writes and logging
Co-authored-by: Jonathan Barrow <jonbarrow1998@gmail.com>
2024-06-04 16:22:21 -04:00
Matthew Lopez
386433098e
docs: add configuration and Docker to readme 2024-06-03 22:07:30 -04:00
Matthew Lopez
d4b2edd3f4
feat: implement DER certificate parsing 2024-06-03 22:01:18 -04:00
Matthew Lopez
1e16429660
feat: implement non-interactive mode
This new default mode can be configured using environment variables or a .env file. The interactive mode can still be enabled by using the -i or --interactive flag.
2024-06-03 21:58:49 -04:00
Jonathan Barrow
880c9979a8
fix linter errors 2024-02-22 12:00:47 -05:00
Jonathan Barrow
12024d8df4
add missing semi-colon 2024-02-22 11:57:00 -05:00
Jonathan Barrow
f2259cc05b
rename patchCA to forgeCertificateChain 2024-02-22 11:54:49 -05:00
Jonathan Barrow
7cf8386583
update log messages 2024-02-22 11:54:06 -05:00
Jonathan Barrow
05610d7935
create the forged CA, ssl cert, CSR, and chain 2024-02-22 11:34:16 -05:00
Jonathan Barrow
d5848f9eab
resolve private key path to full path 2024-02-22 10:43:47 -05:00
Jonathan Barrow
88566056f9
removed CN customization. Broke things 2024-02-21 17:46:02 -05:00
Jonathan Barrow
e02d2b5a8c
update: make script interactive 2024-01-29 21:09:01 -05:00
Jonathan Barrow
f0923ce5a3
chore: add LICENSE and README 2024-01-29 20:40:12 -05:00
Jonathan Barrow
bb25bc6a08
patch: set CN to * because the Wii U accepts it 2024-01-29 20:08:14 -05:00
Jonathan Barrow
95a016a4e2
patch: actually update the authority key identifier 2024-01-29 19:54:52 -05:00
Jonathan Barrow
8da3dfa18d
Initial testing 2024-01-27 18:15:08 -05:00