remove chown for TLS certificates in proxy container
This commit is contained in:
@@ -230,7 +230,6 @@ class CliAppTest < CliTestCase
|
||||
assert_match "Writing SSL certificates for web on 1.1.1.1", output
|
||||
assert_match "mkdir -p .kamal/proxy/apps-config/app/tls", output
|
||||
assert_match "sh -c [REDACTED]", output
|
||||
assert_match "docker exec --user root kamal-proxy chown -R kamal-proxy:kamal-proxy", output
|
||||
assert_match "--tls-certificate-path=\"/home/kamal-proxy/.apps-config/app/tls/cert.pem\"", output
|
||||
assert_match "--tls-private-key-path=\"/home/kamal-proxy/.apps-config/app/tls/key.pem\"", output
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user