Merge pull request #1001 from letsencrypt/cli

Implement --apache and --nginx; improve configurator errors
This commit is contained in:
Peter Eckersley
2015-10-19 20:09:47 -07:00
3 changed files with 154 additions and 47 deletions
+2 -1
View File
@@ -24,7 +24,6 @@ class SubprocessError(Error):
class CertStorageError(Error):
"""Generic `.CertStorage` error."""
# Auth Handler Errors
class AuthorizationError(Error):
"""Authorization error."""
@@ -65,6 +64,8 @@ class DvsniError(DvAuthError):
class PluginError(Error):
"""Let's Encrypt Plugin error."""
class PluginSelectionError(Error):
"""A problem with plugin/configurator selection or setup"""
class NoInstallationError(PluginError):
"""Let's Encrypt No Installation error."""