instead of adding special frontend configs like civetweb_ssl.yaml and
beast_ssl.yaml, added a new proto/ subdirectory for http.yaml and
https.yaml
Signed-off-by: Casey Bodley <cbodley@redhat.com>
--- /dev/null
+../../../rgw_frontend
\ No newline at end of file
+++ /dev/null
-../../../../rgw_frontend/beast.yaml
\ No newline at end of file
+++ /dev/null
-../../../../rgw_frontend/civetweb.yaml
\ No newline at end of file
+++ /dev/null
-overrides:
- openssl_keys:
- root:
- client: client.0
- key-type: rsa:4096
- cn: teuthology
- install: [client.0, client.1]
- rgw.client.0:
- client: client.0
- ca: root
- embed-key: true
- rgw.client.1:
- client: client.1
- ca: root
- embed-key: true
- rgw:
- frontend: civetweb
- client.0:
- ssl certificate: rgw.client.0
- client.1:
- ssl certificate: rgw.client.1
--- /dev/null
+overrides:
+ openssl_keys:
+ root:
+ client: client.0
+ key-type: rsa:4096
+ cn: teuthology
+ install: [client.0, client.1]
+ rgw.client.0:
+ client: client.0
+ ca: root
+ embed-key: true
+ rgw.client.1:
+ client: client.1
+ ca: root
+ embed-key: true
+ rgw:
+ client.0:
+ ssl certificate: rgw.client.0
+ client.1:
+ ssl certificate: rgw.client.1