Skip to content

Commit 1b08de5

Browse files
authored
[VAULT DOCS] Fix enterprise tag (#681)
Fixes malformed `<EnterpriseAlert inline="true">` tag
2 parents 26c82a2 + 06c493d commit 1b08de5

File tree

1 file changed

+1
-1
lines changed
  • content/vault/v1.20.x/content/api-docs/secret

1 file changed

+1
-1
lines changed

content/vault/v1.20.x/content/api-docs/secret/transit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ values set here cannot be changed after key creation.
7070
- `aes256-cmac` - AES-256 CMAC (CMAC generation, verification) <EnterpriseAlert inline="true" />
7171
- `ml-dsa` - ML-DSA (asymmetric) (experimental) <EnterpriseAlert inline="true" />
7272
- `hybrid` - hybrid signatures combining a post-quantum algorithm and an elliptic curve algorithm (asymmetric) (experimental) <EnterpriseAlert inline="true" />
73-
- `slh-dsa` - SLH-DSA (asymmetric) (experimental) <EnterpriseAlert inline="true">
73+
- `slh-dsa` - SLH-DSA (asymmetric) (experimental) <EnterpriseAlert inline="true" />
7474

7575
~> **Note**: In FIPS 140-3 mode, the following algorithms are not certified
7676
and thus should not be used: `chacha20-poly1305`.

0 commit comments

Comments
 (0)