Update requirements, handle more lemur_acme exceptions, and remove take a tour button

This commit is contained in:
Curtis Castrapel
2018-05-08 15:35:03 -07:00
parent 6500559f8e
commit 0bd14488bb
5 changed files with 7 additions and 8 deletions

View File

@ -304,7 +304,7 @@ class ACMEIssuerPlugin(IssuerPlugin):
"cert": cert,
"pending_cert": entry["pending_cert"],
})
except (PollError, AcmeError):
except (PollError, AcmeError, Exception):
current_app.logger.error("Unable to resolve pending cert: {}".format(pending_cert), exc_info=True)
certs.append({
"cert": False,

View File

@ -1,5 +1,4 @@
<div class="jumbotron">
<span class="pull-right"><button class="btn btn-sm btn-primary">First Time? Take the Tour!</button></span>
<h1>Hey there!</h1>
<p>Welcome to Lemur! A central portal for all (most) of your TLS certificate needs. With Lemur you are able to create, deploy and track the TLS certificates in your environment. Lets get started!</p>
</div>