diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2022-06-15 17:51:47 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-15 17:51:47 +1000 |
| commit | b2c60ef898f2d94c3f6122b5376135e02866d7bc (patch) | |
| tree | 61a3d6b03af0f0923477508210cc79927c00fbaa /docs/content/en/reference/cli/authelia-scripts/authelia-scripts_rsa.md | |
| parent | c020697caaef64ed99c7921ac3729f69361ca7d5 (diff) | |
feat: major documentation refresh (#3475)
This marks the launch of the new documentation website.
Diffstat (limited to 'docs/content/en/reference/cli/authelia-scripts/authelia-scripts_rsa.md')
| -rw-r--r-- | docs/content/en/reference/cli/authelia-scripts/authelia-scripts_rsa.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_rsa.md b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_rsa.md new file mode 100644 index 000000000..e12a7c54b --- /dev/null +++ b/docs/content/en/reference/cli/authelia-scripts/authelia-scripts_rsa.md @@ -0,0 +1,38 @@ +--- +title: "authelia-scripts rsa" +description: "Reference for the authelia-scripts rsa command." +lead: "" +date: 2022-05-31T11:13:56+10:00 +lastmod: 2022-06-03T11:17:29+10:00 +draft: false +images: [] +menu: + reference: + parent: "cli-authelia-scripts" +weight: 330 +toc: true +--- + +## authelia-scripts rsa + +Commands related to rsa keypair generation + +### Options + +``` + -h, --help help for rsa +``` + +### Options inherited from parent commands + +``` + --buildkite Set CI flag for Buildkite + --log-level string Set the log level for the command (default "info") +``` + +### SEE ALSO + +* [authelia-scripts](authelia-scripts.md) - +* [authelia-scripts rsa generate](authelia-scripts_rsa_generate.md) - Generate a RSA keypair + +###### Auto generated by spf13/cobra on 3-Jun-2022 |
