mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix docs build
This commit is contained in:
parent
b3567228d1
commit
09468c8a05
1 changed files with 2 additions and 2 deletions
|
@ -757,7 +757,7 @@ def write_pem(text, path, overwrite=True, pem_type=None):
|
|||
Path of the file to write the PEM out to.
|
||||
|
||||
overwrite:
|
||||
If ``True``(default), write_pem will overwrite the entire PEM file.
|
||||
If ``True`` (default), write_pem will overwrite the entire PEM file.
|
||||
Set False to preserve existing private keys and dh params that may
|
||||
exist in the PEM file.
|
||||
|
||||
|
@ -1127,7 +1127,7 @@ def create_certificate(
|
|||
Default ``False``.
|
||||
|
||||
overwrite:
|
||||
If ``True``(default), create_certificate will overwrite the entire PEM
|
||||
If ``True`` (default), create_certificate will overwrite the entire PEM
|
||||
file. Set False to preserve existing private keys and dh params that
|
||||
may exist in the PEM file.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue