Commit 0b4b61c
committed
feat: enhance key generation and update dependencies
- Added new fields (caCert, caKey, clientCert, clientKey) to the Keygen model for improved certificate management.
- Implemented key generation logic in the seed process to create and update keygen configurations.
- Updated AxiosService to utilize HTTPS agent for secure requests with client certificates.
- Introduced new utility functions for certificate handling and updated related imports.
- Bumped versions of @peculiar/webcrypto, @peculiar/x509, and node-forge in package.json and package-lock.json for enhanced security and functionality.1 parent a899a26 commit 0b4b61c
File tree
17 files changed
+652
-97
lines changed- prisma
- migrations/20250326125917_add_ca_certs
- seed
- src
- common
- axios
- utils
- certs
- modules/keygen
- commands/get-node-jwt
- entities
- model
17 files changed
+652
-97
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| 94 | + | |
92 | 95 | | |
93 | 96 | | |
94 | 97 | | |
| |||
119 | 122 | | |
120 | 123 | | |
121 | 124 | | |
| 125 | + | |
122 | 126 | | |
123 | 127 | | |
124 | 128 | | |
| |||
138 | 142 | | |
139 | 143 | | |
140 | 144 | | |
141 | | - | |
| 145 | + | |
0 commit comments