@@ -486,29 +486,29 @@ def is_preferred(offered_challb, satisfied,
486
486
487
487
_ERROR_HELP_COMMON = (
488
488
"To fix these errors, please make sure that your domain name was entered "
489
- "correctly and the DNS A record(s) for that domain contains the "
489
+ "correctly and the DNS A record(s) for that domain contain(s) the "
490
490
"right IP address." )
491
491
492
492
493
493
_ERROR_HELP = {
494
494
"connection" :
495
495
_ERROR_HELP_COMMON + " Additionally, please check that your computer "
496
- "has publicly routable IP address and no firewalls are preventing the "
497
- "server from communicating with the client." ,
496
+ "has a publicly routable IP address and that no firewalls are preventing "
497
+ "the server from communicating with the client." ,
498
498
"dnssec" :
499
499
_ERROR_HELP_COMMON + " Additionally, if you have DNSSEC enabled for "
500
- "your domain, please ensure the signature is valid." ,
500
+ "your domain, please ensure that the signature is valid." ,
501
501
"malformed" :
502
502
"To fix these errors, please make sure that you did not provide any "
503
- "invalid information to the client and try running Let's Encrypt "
503
+ "invalid information to the client, and try running Let's Encrypt "
504
504
"again." ,
505
505
"serverInternal" :
506
506
"Unfortunately, an error on the ACME server prevented you from completing "
507
507
"authorization. Please try again later." ,
508
508
"tls" :
509
- _ERROR_HELP_COMMON + " Additionally, please check that you have an up "
510
- "to date TLS configuration that allows the server to communicate with "
511
- "the Let's Encrypt client." ,
509
+ _ERROR_HELP_COMMON + " Additionally, please check that you have an "
510
+ "up-to- date TLS configuration that allows the server to communicate "
511
+ "with the Let's Encrypt client." ,
512
512
"unauthorized" : _ERROR_HELP_COMMON ,
513
513
"unknownHost" : _ERROR_HELP_COMMON ,
514
514
}
0 commit comments