mirror of
https://github.com/ceph/ceph
synced 2025-01-24 03:53:54 +00:00
35fd4050b7
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>
21 lines
405 B
YAML
21 lines
405 B
YAML
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
|