authelia/docs
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
..
archetypes feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
assets docs: fix clipboard (#3568) 2022-06-22 07:57:51 +10:00
config feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
content/en feat(commands): enhance crypto generation capabilities (#2842) 2022-06-27 18:27:57 +10:00
data feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
functions feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
i18n feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
layouts docs: fix frame-src (#3593) 2022-06-25 20:58:04 +10:00
static docs: add branding reference guide (#3549) 2022-06-20 10:05:55 +10:00
.editorconfig feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.eslintignore feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.eslintrc.json feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.gitignore feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.markdownlint-cli2.jsonc feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.stylelintignore feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.stylelintrc.json feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
LICENSE feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
README.md feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
babel.config.js feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
netlify.toml docs: fix clipboard (#3568) 2022-06-22 07:57:51 +10:00
package.json docs: fix clipboard (#3568) 2022-06-22 07:57:51 +10:00
pnpm-lock.yaml docs(deps): sync (#3551) 2022-06-20 14:40:40 +10:00
theme.toml feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00

README.md

The Authelia website / documentation source.

Please:

  • Only edit the /content folder via the main Authelia monorepo
  • Edit everything else via the Authelia website repo

See the Documentation Contributing Guide for more information.