mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Add missing space.
This commit is contained in:
@@ -201,7 +201,7 @@ class IConfig(zope.interface.Interface):
|
|||||||
"Email used for registration and recovery contact.")
|
"Email used for registration and recovery contact.")
|
||||||
rsa_key_size = zope.interface.Attribute("Size of the RSA key.")
|
rsa_key_size = zope.interface.Attribute("Size of the RSA key.")
|
||||||
must_staple = zope.interface.Attribute(
|
must_staple = zope.interface.Attribute(
|
||||||
"Adds the OCSP Must Staple extension to the certificate."
|
"Adds the OCSP Must Staple extension to the certificate. "
|
||||||
"Autoconfigures OCSP Stapling for supported setups "
|
"Autoconfigures OCSP Stapling for supported setups "
|
||||||
"(Apache version >= 2.3.3 ).")
|
"(Apache version >= 2.3.3 ).")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user