We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8426a commit c2dcff7Copy full SHA for c2dcff7
1 file changed
Makefile
@@ -210,6 +210,7 @@ generate-order:
210
if [ -z "$$signerIp" ]; then signerIp=$$(curl -s https://api.ipify.org); fi; \
211
mobile="$${CERTINEXT_REQUESTOR_MOBILE:-0000000000}"; \
212
name="$${CERTINEXT_REQUESTOR_NAME:-Keyfactor Gateway Test}"; \
213
+ if [ -n "$(CODE)" ]; then CERTINEXT_PRODUCT_CODE="$(CODE)"; fi; \
214
echo "GenerateOrderSSL domain=$(DOMAIN) productCode=$$CERTINEXT_PRODUCT_CODE validity=$(VALIDITY) saveAndHold=$(SAVE_AND_HOLD) signerIp=$$signerIp ts=$$ts txn=$$txn"; \
215
if [ -n "$(CSR_FILE)" ] && [ -f "$(CSR_FILE)" ]; then \
216
result=$$(jq -n \
0 commit comments