Custom certs per role
- Upload the cert with `sshkit.upload!` - Use the role name to create a directory for each role's certs - Add an integration test for the custom certs
This commit is contained in:
@@ -41,6 +41,8 @@ services:
|
||||
context: docker/vm
|
||||
volumes:
|
||||
- shared:/shared
|
||||
ports:
|
||||
- "22443:443"
|
||||
|
||||
vm2:
|
||||
privileged: true
|
||||
@@ -61,6 +63,7 @@ services:
|
||||
context: docker/load_balancer
|
||||
ports:
|
||||
- "12345:80"
|
||||
- "12443:443"
|
||||
depends_on:
|
||||
- vm1
|
||||
- vm2
|
||||
|
||||
Reference in New Issue
Block a user