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 @@ -52,11 +52,11 @@ $(DIR)/testca/cacert.pem:
5252$(DIR ) /% /cert.pem : $(DIR ) /testca/cacert.pem
5353 $(gen_verbose ) mkdir -p $(DIR ) /$(TARGET )
5454 $(verbose ) { ( cd $( DIR) /$( TARGET) && \
55+ sed -e ' s/@HOSTNAME@/$(HOSTNAME)/g' $(CURDIR ) /openssl.cnf.in > $(CURDIR ) /openssl.cnf && \
5556 openssl genrsa -out key.pem 2048 && \
56- openssl req -new -key key.pem -out req.pem -outform PEM \
57+ openssl req -config $( CURDIR ) /openssl.cnf - new -key key.pem -out req.pem -outform PEM \
5758 -subj /C=UK/ST=England/CN=$(HOSTNAME ) /O=$(TARGET ) /L=$$$$ / -nodes && \
5859 cd ../testca && \
59- sed -e ' s/@HOSTNAME@/$(HOSTNAME)/g' $(CURDIR ) /openssl.cnf.in > $(CURDIR ) /openssl.cnf && \
6060 openssl ca -config $(CURDIR ) /openssl.cnf -in ../$(TARGET ) /req.pem -out \
6161 ../$(TARGET ) /cert.pem -notext -batch -extensions \
6262 $(TARGET ) _ca_extensions && \
You can’t perform that action at this time.
0 commit comments