authelia/internal/commands
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
..
acl.go ci: add dedicated authelia-gen command (#3463) 2022-06-14 22:40:00 +10:00
build-info.go ci: add dedicated authelia-gen command (#3463) 2022-06-14 22:40:00 +10:00
configuration.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
const.go feat(commands): enhance crypto generation capabilities (#2842) 2022-06-27 18:27:57 +10:00
crypto.go feat(commands): enhance crypto generation capabilities (#2842) 2022-06-27 18:27:57 +10:00
crypto_helper.go feat(commands): enhance crypto generation capabilities (#2842) 2022-06-27 18:27:57 +10:00
hash.go ci: add dedicated authelia-gen command (#3463) 2022-06-14 22:40:00 +10:00
helpers.go feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00
helpers_test.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
root.go feat(commands): enhance crypto generation capabilities (#2842) 2022-06-27 18:27:57 +10:00
storage.go ci: add dedicated authelia-gen command (#3463) 2022-06-14 22:40:00 +10:00
storage_run.go ci: add dedicated authelia-gen command (#3463) 2022-06-14 22:40:00 +10:00
validate.go ci: add dedicated authelia-gen command (#3463) 2022-06-14 22:40:00 +10:00