Skip to content

Commit

Permalink
Makefile_v1: fixup for setting EJBCA special imprint path and subject
Browse files Browse the repository at this point in the history
  • Loading branch information
DDvO committed Oct 19, 2024
1 parent 16eca2f commit fb5b449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile_v1
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ else ifeq ($(CA_SECTION),CloudCA)
override EXTRA_OPTS += -path "/.well-known/cmp$(PROFILE_PATH)" -reqexts empty
else
CA_SECTION=EJBCA
EXTRA_OPTS_IMPRINT= -path "$(ENV::EJBCA_PATH_IMPRINT)" -subject "$(EJBCA_CMP_SUBJECT_IMPRINT)"
EXTRA_OPTS_IMPRINT= -path $(EJBCA_PATH)/$(EJBCA_PATH_IMPRINT) -subject "$(EJBCA_CMP_SUBJECT_IMPRINT)"
CRL_SECTION=crls
OCSP_CHECK=$(OPENSSL) ocsp -url $(EJBCA_OCSP_URL) \
-CAfile $(EJBCA_CMP_TRUSTED) -issuer $(EJBCA_CMP_ISSUER) \
Expand Down

0 comments on commit fb5b449

Please sign in to comment.