mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
Update certbot-apache/certbot_apache/_internal/apache_util.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
4b3dea8be6
commit
17af868f62
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ from certbot.compat import os
|
|||
def get_apache_ocsp_struct(ttl, ocsp_response):
|
||||
"""Create Apache OCSP response structure to be used in response cache
|
||||
|
||||
:param int ttl: Time-To-Live in seocnds
|
||||
:param int ttl: Time-To-Live in seconds
|
||||
:param str ocsp_response: OCSP response data
|
||||
|
||||
:returns: Apache OCSP structure
|
||||
|
|
|
|||
Loading…
Reference in a new issue