Fix 1127 bug: Use config instead of resources for SSL certificates
[osm/devops.git] / installers / charm / ng-ui / config.yaml
index 7dd6d60..3d538fe 100644 (file)
@@ -24,6 +24,10 @@ options:
     description: Port number
     type: int
     default: 80
+  https_port:
+    description: Port number
+    type: int
+    default: 443
   server_name:
     description: Server name
     type: string
@@ -31,4 +35,10 @@ options:
   client_max_body_size:
     description: Client maximum body size
     type: string
-    default: 15M
\ No newline at end of file
+    default: 15M
+  ssl_certificate:
+    description: Base64 encoded ssl certificate
+    type: string
+  ssl_certificate_key:
+    description: Base64 encoded ssl certificate key
+    type: string