File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ jobs:
124124 cp target/tls-gen/basic/result/server_localhost_key.pem tests/tls/certs/server_key.pem
125125 cp target/tls-gen/basic/result/client_localhost_certificate.pem tests/tls/certs/client_certificate.pem
126126 cp target/tls-gen/basic/result/client_localhost_key.pem tests/tls/certs/client_key.pem
127+ chmod 644 tests/tls/certs/*.pem
127128
128129 - name : Create RabbitMQ TLS configuration
129130 run : |
@@ -134,7 +135,7 @@ jobs:
134135 management.ssl.keyfile = /etc/rabbitmq/certs/server_key.pem
135136 management.tcp.port = 15672
136137 EOF
137- sed -i 's/^ //' tests/tls/certs/rabbitmq.conf
138+ sed -i 's/^[[:space:]]* //' tests/tls/certs/rabbitmq.conf
138139 echo "Generated config:"
139140 cat tests/tls/certs/rabbitmq.conf
140141
You can’t perform that action at this time.
0 commit comments