2022-06-27 08:27:57 +00:00
|
|
|
---
|
|
|
|
title: "authelia crypto"
|
|
|
|
description: "Reference for the authelia crypto command."
|
|
|
|
lead: ""
|
2022-06-28 05:27:14 +00:00
|
|
|
date: 2022-06-27T18:27:57+10:00
|
2022-06-27 08:27:57 +00:00
|
|
|
draft: false
|
|
|
|
images: []
|
|
|
|
menu:
|
|
|
|
reference:
|
|
|
|
parent: "cli-authelia"
|
2022-11-19 05:47:09 +00:00
|
|
|
weight: 905
|
2022-06-27 08:27:57 +00:00
|
|
|
toc: true
|
|
|
|
---
|
|
|
|
|
|
|
|
## authelia crypto
|
|
|
|
|
|
|
|
Perform cryptographic operations
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
|
|
|
Perform cryptographic operations.
|
|
|
|
|
|
|
|
This subcommand allows preforming cryptographic certificate, key pair, etc tasks.
|
|
|
|
|
|
|
|
### Examples
|
|
|
|
|
|
|
|
```
|
|
|
|
authelia crypto --help
|
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
|
|
|
-h, --help help for crypto
|
|
|
|
```
|
|
|
|
|
2022-12-22 00:21:29 +00:00
|
|
|
### Options inherited from parent commands
|
|
|
|
|
|
|
|
```
|
2022-12-23 04:00:23 +00:00
|
|
|
-c, --config strings configuration files or directories to load, for more information run 'authelia -h authelia config' (default [configuration.yml])
|
|
|
|
--config.experimental.filters strings list of filters to apply to all configuration files, for more information run 'authelia -h authelia filters'
|
2022-12-22 00:21:29 +00:00
|
|
|
```
|
|
|
|
|
2022-06-27 08:27:57 +00:00
|
|
|
### SEE ALSO
|
|
|
|
|
|
|
|
* [authelia](authelia.md) - authelia untagged-unknown-dirty (master, unknown)
|
|
|
|
* [authelia crypto certificate](authelia_crypto_certificate.md) - Perform certificate cryptographic operations
|
2022-10-17 10:51:59 +00:00
|
|
|
* [authelia crypto hash](authelia_crypto_hash.md) - Perform cryptographic hash operations
|
2022-06-27 08:27:57 +00:00
|
|
|
* [authelia crypto pair](authelia_crypto_pair.md) - Perform key pair cryptographic operations
|
2022-10-17 10:51:59 +00:00
|
|
|
* [authelia crypto rand](authelia_crypto_rand.md) - Generate a cryptographically secure random string
|
2022-06-27 08:27:57 +00:00
|
|
|
|