mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
commit
c7f29e77b8
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
EFF (DV);EFF CA, Domain Validated - FREE
|
||||
UMich (DV);Michigan CA, Domain Validated - FREE
|
||||
TrustUS (DV);TrustUS CA, Domain Validated - FREE
|
||||
TrustUS (OV);TrustUS CA, Orgainization Validated - 10 USD
|
||||
TrustUS (OV);TrustUS CA, Organization Validated - 10 USD
|
||||
|
|
|
|||
|
|
@ -340,7 +340,7 @@ class Configurator(object):
|
|||
|
||||
def add_dir_to_ifmodssl(self, aug_conf_path, directive, val):
|
||||
"""
|
||||
Adds given directived and value along configuration path within
|
||||
Adds given directive and value along configuration path within
|
||||
an IfMod mod_ssl.c block. If the IfMod block does not exist in
|
||||
the file, it is created.
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import textwrap
|
|||
#############################################################
|
||||
|
||||
###########################################################
|
||||
# Interactive challlenge displays the string sent by the CA
|
||||
# Interactive challenge displays the string sent by the CA
|
||||
# formatted to fit on the screen of the client
|
||||
# The Challenge also adds proper instructions for how the
|
||||
# client should continue the letsencrypt process
|
||||
|
|
|
|||
Loading…
Reference in a new issue