Skip to content

Commit

Permalink
Update src/saltext/vault/modules/vault_pki.py
Browse files Browse the repository at this point in the history
Co-authored-by: jeanluc <[email protected]>
  • Loading branch information
voyvodov and lkubb authored May 13, 2024
1 parent 0d44dc3 commit 3390473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/saltext/vault/modules/vault_pki.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,8 @@ def generate_root(
ignored with ``key_type=ed25519``.
max_path_length
Specifies the maximum path length to encode in the generated certificate. -1 means no limit.
Unless the signing certificate has a maximum path length set, in which case the path length is set to one
Specifies the maximum path length to encode in the generated certificate. ``-1`` means no limit,
unless the signing certificate has a maximum path length set, in which case the path length is set to one
less than that of the signing certificate. A limit of 0 means a literal path length of zero.
"""

Expand Down

0 comments on commit 3390473

Please sign in to comment.