Commit 23cb4f3d authored by Łukasz Nowak's avatar Łukasz Nowak

- fix docstring with reality


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44884 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 58a326a4
...@@ -180,7 +180,7 @@ class CertificateAuthorityTool(BaseTool): ...@@ -180,7 +180,7 @@ class CertificateAuthorityTool(BaseTool):
security.declareProtected(Permissions.AccessContentsInformation, 'getNewCertificate') security.declareProtected(Permissions.AccessContentsInformation, 'getNewCertificate')
def getNewCertificate(self, common_name): def getNewCertificate(self, common_name):
"""Returns certificate for passed common name, as dictionary of {key, certificate, serial, common_name}""" """Returns certificate for passed common name, as dictionary of {key, certificate, id, common_name}"""
self._checkCertificateAuthority() self._checkCertificateAuthority()
self._lockCertificateAuthority() self._lockCertificateAuthority()
try: try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment