mirror of
https://opendev.org/openstack/python-keystoneclient.git
synced 2026-01-16 23:10:41 +00:00
pep8 fix for CMS
Change-Id: I5bd4f46b34f0bbb21f1b6a6bfeeb2a26f5544156
This commit is contained in:
parent
cf472fa6d7
commit
6ee6af2c01
1 changed files with 2 additions and 2 deletions
|
|
@ -168,8 +168,8 @@ def cms_verify(formatted, signing_cert_file_name, ca_file_name,
|
|||
# You can get more from
|
||||
# http://www.openssl.org/docs/apps/cms.html#EXIT_CODES
|
||||
#
|
||||
# $ openssl cms -verify -certfile not_exist_file -CAfile \
|
||||
# not_exist_file -inform PEM -nosmimecap -nodetach \
|
||||
# $ openssl cms -verify -certfile not_exist_file -CAfile
|
||||
# not_exist_file -inform PEM -nosmimecap -nodetach
|
||||
# -nocerts -noattr
|
||||
# Error opening certificate file not_exist_file
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue