Commit b5b53bd2 authored by Mike Wilson's avatar Mike Wilson

Fixing indent

parent b77b2b91
...@@ -49,7 +49,7 @@ def request_server_certificates(tls): ...@@ -49,7 +49,7 @@ def request_server_certificates(tls):
# maybe they have extra names they want as SANs # maybe they have extra names they want as SANs
extra_sans = hookenv.config('extra_sans') extra_sans = hookenv.config('extra_sans')
if extra_sans and not extra_sans == "": if extra_sans and not extra_sans == "":
sans.extend(extra_sans.split()) sans.extend(extra_sans.split())
# Create a path safe name by removing path characters from the unit name. # Create a path safe name by removing path characters from the unit name.
certificate_name = hookenv.local_unit().replace('/', '_') certificate_name = hookenv.local_unit().replace('/', '_')
# Request a server cert with this information. # Request a server cert with this information.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment