authelia/internal
James Elliott fcac438637
feat(commands): enhance crypto generation capabilities (#2842)
This expands the functionality of the certificates and rsa commands and merges them into one command called cypto which can either use the cert or pair subcommands to generate certificates or key-pairs respectively. The rsa, ecdsa, and ed25519 subcommands exist for both the cert and pair commands. A new --ca-path argument for the cert subcommand allows Authelia to sign other certs with CA certs.

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2022-06-27 18:27:57 +10:00
..
authentication fix(authentication): poorly formatted log message (#3563) 2022-06-21 10:56:20 +10:00
authorization feat(authorization): domain regex match with named groups (#2789) 2022-04-01 22:38:49 +11:00
commands feat(commands): enhance crypto generation capabilities (#2842) 2022-06-27 18:27:57 +10:00
configuration docs: update integration guides to reference get started (#3573) 2022-06-22 22:58:23 +10:00
duo refactor: apply godot recommendations (#2839) 2022-01-31 16:25:15 +11:00
handlers fix(model): potential panic (#3538) 2022-06-17 22:25:14 +10:00
logging feat(logging): allow time replacement in log file name (#3330) 2022-06-06 09:50:10 +10:00
metrics refactor(metrics): simplify names (#3515) 2022-06-14 21:51:33 +10:00
middlewares feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00
mocks refactor(middlewares): convert the bridge to a builder (#3338) 2022-06-10 11:34:43 +10:00
model fix(model): potential panic (#3538) 2022-06-17 22:25:14 +10:00
notification refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
ntp refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
oidc feat(commands): enhance crypto generation capabilities (#2842) 2022-06-27 18:27:57 +10:00
regulation feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00
server feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00
session feat(oidc): persistent storage (#2965) 2022-04-07 15:33:53 +10:00
storage fix(storage): typo in oidc update query (#3535) 2022-06-17 20:14:33 +10:00
suites feat(commands): enhance crypto generation capabilities (#2842) 2022-06-27 18:27:57 +10:00
templates refactor(templates): utilize more accurate naming (#3125) 2022-04-07 13:05:20 +10:00
totp feat(totp): secret customization (#2681) 2022-04-08 09:01:01 +10:00
utils feat(commands): enhance crypto generation capabilities (#2842) 2022-06-27 18:27:57 +10:00