mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update x509.py
Fixed typo in docu string
This commit is contained in:
parent
43a45b42c3
commit
1befa7386c
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ def get_pem_entries(glob_path):
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
salt '*' x509.read_pem_entries "/etc/pki/*.crt"
|
||||
salt '*' x509.get_pem_entries "/etc/pki/*.crt"
|
||||
'''
|
||||
ret = {}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue