Skip to content

Commit 4aafbb2

Browse files
committed
TLS
1 parent b488c5b commit 4aafbb2

File tree

1 file changed

+2
-2
lines changed
  • deps/rabbitmq_ct_helpers/tools/tls-certs

1 file changed

+2
-2
lines changed

deps/rabbitmq_ct_helpers/tools/tls-certs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gen_verbose_0 = @echo " GEN " $@;
1717
gen_verbose_2 = set -x;
1818
gen_verbose = $(gen_verbose_$(V))
1919

20-
openssl_output_0 = 2>/dev/null
20+
# openssl_output_0 = 2>/dev/null
2121
openssl_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 \

0 commit comments

Comments
 (0)