diff --git a/lemur/__init__.py b/lemur/__init__.py index 5d91aacf..24cb6ef1 100644 --- a/lemur/__init__.py +++ b/lemur/__init__.py @@ -54,7 +54,7 @@ def configure_hook(app): from lemur.decorators import crossdomain if app.config.get('CORS'): @app.after_request - @crossdomain(origin="http://localhost:3000", methods=['PUT', 'HEAD', 'GET', 'POST', 'OPTIONS', 'DELETE']) + @crossdomain(origin=u"http://localhost:3000", methods=['PUT', 'HEAD', 'GET', 'POST', 'OPTIONS', 'DELETE']) def after(response): return response diff --git a/lemur/static/app/angular/certificates/certificate/options.tpl.html b/lemur/static/app/angular/certificates/certificate/options.tpl.html index 794aaf6e..cef3904a 100644 --- a/lemur/static/app/angular/certificates/certificate/options.tpl.html +++ b/lemur/static/app/angular/certificates/certificate/options.tpl.html @@ -94,6 +94,11 @@ Server Authentication +
+ +
- +

You must enter a common name