File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
deps/rabbitmq_ct_helpers/tools/tls-certs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ gen_verbose_0 = @echo " GEN " $@;
1717gen_verbose_2 = set -x;
1818gen_verbose = $(gen_verbose_$(V ) )
1919
20- openssl_output_0 = 2>/dev/null
20+ # openssl_output_0 = 2>/dev/null
2121openssl_output = $(openssl_output_$(V ) )
2222
2323.PRECIOUS : % /testca/cacert.pem
@@ -51,7 +51,7 @@ $(DIR)/testca/cacert.pem:
5151
5252$(DIR ) /% /cert.pem : $(DIR ) /testca/cacert.pem
5353 $(gen_verbose ) mkdir -p $(DIR ) /$(TARGET )
54- $(verbose ) { ( cd $( DIR) /$( TARGET) && \
54+ $(verbose ) { set -x ; ( cd $( DIR) /$( TARGET) && \
5555 sed -e ' s/@HOSTNAME@/$(HOSTNAME)/g' $(CURDIR ) /openssl.cnf.in > $(CURDIR ) /openssl.cnf && \
5656 openssl genrsa -out key.pem 2048 && \
5757 openssl req -config $(CURDIR ) /openssl.cnf -new -key key.pem -out req.pem -outform PEM \
You can’t perform that action at this time.
0 commit comments